Ejemplo n.º 1
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->initializeInstanceVariables();
     $this->addPage();
     $this->create();
 }
Ejemplo n.º 2
0
 public function __construct($devolutiveReport, $devolutiveRow, $verificador = false)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->verificador = $verificador;
     $this->initializeInstanceVariables();
     $this->addPage();
     $this->create();
 }
Ejemplo n.º 3
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->create();
 }