Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct () | |
![]() | |
checkLength ($value) | |
checkChars ($value) | |
checksum ($value) | |
getLength () | |
getCharacters () | |
getChecksum () | |
getCheck () | |
setCheck ($check) | |
Protected Member Functions | |
_code39 ($value) | |
![]() | |
_gtin ($value) | |
_identcode ($value) | |
_code25 ($value) | |
_postnet ($value) | |
Protected Attributes | |
$_length = -1 | |
$_characters = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ -.$/+%' | |
$_checksum = '_code39' | |
$_check | |
![]() | |
$_length | |
$_characters | |
$_checksum | |
$_hasChecksum = true | |
Definition at line 33 of file Code39.php.
__construct | ( | ) |
|
protected |
Validates the checksum (Modulo 43)
string | $value | The barcode to validate |
Definition at line 82 of file Code39.php.
|
protected |
Definition at line 45 of file Code39.php.
|
protected |
Definition at line 56 of file Code39.php.
|
protected |
Definition at line 51 of file Code39.php.
|
protected |
Definition at line 39 of file Code39.php.