예제 #1
0
 protected function __construct()
 {
     parent::__construct();
     $this->setThickness(30);
     $this->text = '';
     $this->checksumValue = false;
     $this->setLabel(self::AUTO_LABEL);
     $this->setFont(5);
 }
예제 #2
0
 /**
  * Constructor.
  */
 protected function __construct()
 {
     parent::__construct();
     $this->setThickness(30);
     $this->defaultLabel = new BCGLabel();
     $this->defaultLabel->setPosition(BCGLabel::POSITION_BOTTOM);
     $this->setLabel(self::AUTO_LABEL);
     $this->setFont(new BCGFontPhp(5));
     $this->text = '';
     $this->checksumValue = false;
 }