コード例 #1
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->initializeInstanceVariables();
     $this->addPage();
     $this->create();
 }
コード例 #2
0
ファイル: Score.php プロジェクト: Lazaro-Gallo/psmn
 public function __construct($devolutiveReport, $devolutiveRow, $verificador = false)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->verificador = $verificador;
     $this->initializeInstanceVariables();
     $this->addPage();
     $this->create();
 }
コード例 #3
0
ファイル: NextSteps.php プロジェクト: Lazaro-Gallo/psmn
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->create();
 }