Exemple #1
0
 public function __construct($devolutiveReport, $devolutiveRow, $tipoPDF = null)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->tipoPDF = $tipoPDF;
     if (!$this->isCoverPage()) {
         $this->create();
     }
 }
Exemple #2
0
 public function __construct($devolutiveReport, $tipoPDF = null)
 {
     parent::__construct($devolutiveReport);
     $this->tipoPDF = $tipoPDF;
     $this->create();
 }
Exemple #3
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->create();
 }
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->initializeInstanceVariables();
 }