PHP Classes

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

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

Contents

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

function
customSetup($barcode, $get) {
    if (isset(
$get['barcodeIdentifier']) && isset($get['serviceType']) && isset($get['mailerIdentifier']) && isset($get['serialNumber'])) {
       
$barcode->setTrackingCode(intval($get['barcodeIdentifier']), intval($get['serviceType']), intval($get['mailerIdentifier']), intval($get['serialNumber']));
    }
}
?>