Esempio n. 1
0
 /**
  *
  *
  * @version 0.1 17/05/2011 Initial
  */
 public static function getImage($code)
 {
     $barcode = new Barcode();
     $barcode->getBarcode($code);
 }