예제 #1
0
 /**
  * Class constructor
  *
  * @param Image_Barcode2_Writer $writer Library to use.
  */
 public function __construct(Image_Barcode2_Writer $writer)
 {
     parent::__construct($writer);
     $this->setBarcodeHeight(50);
     $this->setBarcodeWidthThin(1);
     $this->setBarcodeWidthThick(3);
 }
예제 #2
0
파일: Postnet.php 프로젝트: pizar/gaia
 /**
  * Class constructor
  *
  * @param Image_Barcode2_Writer $writer Library to use.
  */
 public function __construct(Image_Barcode2_Writer $writer)
 {
     parent::__construct($writer);
     $this->setBarcodeWidth(2);
 }