getCharacters()
getChecksum()
getLength()
hasValidCharacters()
hasValidChecksum()
hasValidLength()
useChecksum()
getCharacters() : int | string | array
int
string
array
getChecksum() : bool
bool
getLength() : int | array
int
array
hasValidCharacters(string $value) : bool
string
The barcode to check for allowed characters
bool
hasValidChecksum(string $value) : bool
string
The barcode to check the checksum for
bool
hasValidLength(string $value) : bool
string
The barcode to check for proper length
bool
useChecksum(bool $check) : \Zend\Validator\Barcode\AbstractAdapter | bool