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