Example #1
0
 public function __construct($layout)
 {
     parent::__construct($layout);
 }
Example #2
0
 /**
  * Seta a partir da classe etiqueta
  * as propriedades desta classe
  * @param \Webetiq\Labels\Label $lbl
  */
 public function setLbl(Label $lbl)
 {
     parent::setLbl($lbl);
     $this->setSupplier();
     $this->setDesc($lbl->desc);
     $this->setDock($lbl->doca);
     $this->setPed($lbl->pedcli);
     $this->setLot($lbl->numop);
     $this->setPart($lbl->codcli);
     $this->setQtd($lbl->qtdade);
     $this->setCopies($lbl->copias);
     $this->setVersion();
 }