You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
292 B

  1. <?php
  2. $classFile = 'BCGcode128.barcode.php';
  3. $className = 'BCGcode128';
  4. $baseClassFile = 'BCGBarcode1D.php';
  5. $codeVersion = '5.2.0';
  6. function customSetup($barcode, $get) {
  7. if (isset($get['start'])) {
  8. $barcode->setStart($get['start'] === 'NULL' ? null : $get['start']);
  9. }
  10. }
  11. ?>