Esempio n. 1
0
 function BarcodeEncode_EAN128()
 {
     parent::BarcodeEncode();
     $this->iName = 'EAN-128';
     $this->iUseTilde = true;
 }