Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Code25.php
Go to the documentation of this file.
1 <?php
25 #require_once 'Zend/Validate/Barcode/AdapterAbstract.php';
26 
34 {
39  protected $_length = -1;
40 
45  protected $_characters = '0123456789';
46 
51  protected $_checksum = '_code25';
52 
58  public function __construct()
59  {
60  $this->setCheck(false);
61  }
62 }