PHP Classes

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

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Barcode/html/config/BCGothercode.php   Download  
File: libs/Barcode/html/config/BCGothercode.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: 262 bytes
 

Contents

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

function
customSetup($barcode, $get) {
    if (isset(
$get['label'])) {
       
$barcode->setLabel($get['label']);
    }
}
?>