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