Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Ean18.php
Go to the documentation of this file.
1 <?php
25 #require_once 'Zend/Validate/Barcode/AdapterAbstract.php';
26 
34 {
39  protected $_length = 18;
40 
45  protected $_characters = '0123456789';
46 
51  protected $_checksum = '_gtin';
52 }