コード例 #1
0
ファイル: Barcode.php プロジェクト: riotera/PHP-Object-Boleto
 /**
  *
  *
  * @version 0.1 17/05/2011 Initial
  */
 public static function getImage($code)
 {
     $barcode = new Barcode();
     $barcode->getBarcode($code);
 }