__construct()
getCharacters()
getChecksum()
getLength()
hasValidCharacters()
hasValidChecksum()
hasValidLength()
useChecksum()
code25()
code39()
gtin()
identcode()
postnet()
setCharacters()
setChecksum()
setLength()
$check
$options
__construct()
getCharacters() : int | string | array
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::getCharacters() |
|---|
intstringarray
getChecksum() : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::getChecksum() |
|---|
boolgetLength() : int | array
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::getLength() |
|---|
intarray
hasValidCharacters(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::hasValidCharacters() |
|---|
stringThe barcode to check for allowed characters
boolhasValidChecksum(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::hasValidChecksum() |
|---|
stringThe barcode to check the checksum for
boolhasValidLength(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::hasValidLength() |
|---|
stringThe barcode to check for proper length
booluseChecksum(bool $check) : \Zend\Validator\Barcode\AbstractAdapter | bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::useChecksum() |
|---|
bool
code25(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::code25() |
|---|
stringThe barcode to validate
boolcode39(string $value) : bool
stringThe barcode to validate
boolgtin(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::gtin() |
|---|
stringThe barcode to validate
boolidentcode(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::identcode() |
|---|
stringThe barcode to validate
boolpostnet(string $value) : bool
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::postnet() |
|---|
stringThe barcode to validate
boolsetCharacters(int $characters) : \Zend\Validator\Barcode\AbstractAdapter
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::setCharacters() |
|---|
int
setChecksum(\Zend\Validator\Barcode\callable $checksum) : \Zend\Validator\Barcode\AbstractAdapter
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::setChecksum() |
|---|
\Zend\Validator\Barcode\callableChecksum method to call
setLength(int | array $length) : \Zend\Validator\Barcode\AbstractAdapter
| inherited_from | \Zend\Validator\Barcode\AbstractAdapter::setLength() |
|---|
intarray
$check : array