PHP Classes

File: libs/Barcode/html/config/BCGcode39extended.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Barcode/html/config/BCGcode39extended.php   Download  
File: libs/Barcode/html/config/BCGcode39extended.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 7 years ago
Size: 304 bytes
 

Contents

Class file image Download
<?php
$classFile
= 'BCGcode39extended.barcode.php';
$className = 'BCGcode39extended';
$baseClassFile = 'BCGBarcode1D.php';
$codeVersion = '5.2.0';

function
customSetup($barcode, $get) {
    if (isset(
$get['checksum'])) {
       
$barcode->setChecksum($get['checksum'] === '1' ? true : false);
    }
}
?>