Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Protected Attributes
Zend_Validate_Barcode_Postnet Class Reference
Inheritance diagram for Zend_Validate_Barcode_Postnet:
Zend_Validate_Barcode_AdapterAbstract Zend_Validate_Barcode_AdapterInterface

Protected Attributes

 $_length = array(6, 7, 10, 12)
 
 $_characters = '0123456789'
 
 $_checksum = '_postnet'
 
- Protected Attributes inherited from Zend_Validate_Barcode_AdapterAbstract
 $_length
 
 $_characters
 
 $_checksum
 
 $_hasChecksum = true
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Validate_Barcode_AdapterAbstract
 checkLength ($value)
 
 checkChars ($value)
 
 checksum ($value)
 
 getLength ()
 
 getCharacters ()
 
 getChecksum ()
 
 getCheck ()
 
 setCheck ($check)
 
- Protected Member Functions inherited from Zend_Validate_Barcode_AdapterAbstract
 _gtin ($value)
 
 _identcode ($value)
 
 _code25 ($value)
 
 _postnet ($value)
 

Detailed Description

Definition at line 33 of file Postnet.php.

Field Documentation

◆ $_characters

$_characters = '0123456789'
protected

Definition at line 45 of file Postnet.php.

◆ $_checksum

$_checksum = '_postnet'
protected

Definition at line 51 of file Postnet.php.

◆ $_length

$_length = array(6, 7, 10, 12)
protected

Definition at line 39 of file Postnet.php.


The documentation for this class was generated from the following file: