Пример #1
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->initializeInstanceVariables();
     $this->addPage();
     $this->create();
 }
Пример #2
0
 public function __construct($devolutiveReport, $devolutiveRow, $verificador = false)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->verificador = $verificador;
     $this->initializeInstanceVariables();
     $this->addPage();
     $this->create();
 }
Пример #3
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->create();
 }