Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Code39ext.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 = 128;
46 
52  public function __construct()
53  {
54  $this->setCheck(false);
55  }
56 }