__construct()
getCharacters()
getChecksum()
getLength()
hasValidCharacters()
hasValidChecksum()
hasValidLength()
useChecksum()
code25()
gtin()
identcode()
postnet()
setCharacters()
setChecksum()
setLength()
$options
__construct()
getCharacters() : int | string | array
inherited_from | \Zend\Validator\Barcode\AbstractAdapter::getCharacters() |
---|
int
string
array
getChecksum() : bool
inherited_from | \Zend\Validator\Barcode\AbstractAdapter::getChecksum() |
---|
bool
getLength() : int | array
inherited_from | \Zend\Validator\Barcode\AbstractAdapter::getLength() |
---|
int
array
hasValidCharacters(string $value) : bool
see | \Zend\Validator\Barcode.AbstractAdapter::checkChars() |
---|
string
The barcode to check for allowed characters
bool
hasValidChecksum(string $value) : bool
inherited_from | \Zend\Validator\Barcode\AbstractAdapter::hasValidChecksum() |
---|
string
The barcode to check the checksum for
bool
hasValidLength(string $value) : bool
inherited_from | \Zend\Validator\Barcode\AbstractAdapter::hasValidLength() |
---|
string
The barcode to check for proper length
bool
useChecksum(bool $check) : \Zend\Validator\Barcode\AbstractAdapter | bool
inherited_from | \Zend\Validator\Barcode\AbstractAdapter::useChecksum() |
---|
bool