|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| checkChars ($value) | |
Public Member Functions inherited from Zend_Validate_Barcode_AdapterAbstract | |
| checkLength ($value) | |
| checkChars ($value) | |
| checksum ($value) | |
| getLength () | |
| getCharacters () | |
| getChecksum () | |
| getCheck () | |
| setCheck ($check) | |
Protected Member Functions | |
| _royalmail ($value) | |
Protected Member Functions inherited from Zend_Validate_Barcode_AdapterAbstract | |
| _gtin ($value) | |
| _identcode ($value) | |
| _code25 ($value) | |
| _postnet ($value) | |
Protected Attributes | |
| $_length = -1 | |
| $_characters = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
| $_rows | |
| $_columns | |
| $_checksum = '_royalmail' | |
Protected Attributes inherited from Zend_Validate_Barcode_AdapterAbstract | |
| $_length | |
| $_characters | |
| $_checksum | |
| $_hasChecksum = true | |
Definition at line 33 of file Royalmail.php.
|
protected |
Validates the checksum ()
| string | $value | The barcode to validate |
Definition at line 77 of file Royalmail.php.
| checkChars | ( | $value | ) |
Allows start and stop tag within checked chars
| string | $value | The barcode to check for allowed characters |
Implements Zend_Validate_Barcode_AdapterInterface.
Definition at line 107 of file Royalmail.php.
|
protected |
Definition at line 45 of file Royalmail.php.
|
protected |
Definition at line 69 of file Royalmail.php.
|
protected |
Definition at line 56 of file Royalmail.php.
|
protected |
Definition at line 39 of file Royalmail.php.
|
protected |
Definition at line 47 of file Royalmail.php.