Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Zend_Validate_Barcode_Code93ext Class Reference
Inheritance diagram for Zend_Validate_Barcode_Code93ext:
Zend_Validate_Barcode_AdapterAbstract Zend_Validate_Barcode_AdapterInterface

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from Zend_Validate_Barcode_AdapterAbstract
 checkLength ($value)
 
 checkChars ($value)
 
 checksum ($value)
 
 getLength ()
 
 getCharacters ()
 
 getChecksum ()
 
 getCheck ()
 
 setCheck ($check)
 

Protected Attributes

 $_length = -1
 
 $_characters = 128
 
- Protected Attributes inherited from Zend_Validate_Barcode_AdapterAbstract
 $_length
 
 $_characters
 
 $_checksum
 
 $_hasChecksum = true
 

Additional Inherited Members

- 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 Code93ext.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Constructor

Sets check flag to false.

Definition at line 52 of file Code93ext.php.

53  {
54  $this->setCheck(false);
55  }

Field Documentation

◆ $_characters

$_characters = 128
protected

Definition at line 45 of file Code93ext.php.

◆ $_length

$_length = -1
protected

Definition at line 39 of file Code93ext.php.


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