コード例 #1
0
ファイル: Score.php プロジェクト: Lazaro-Gallo/psmn
 protected function writeFormattedWithLink($text, $link)
 {
     parent::writeWithUTF8WithLink(0.6, $text, $link);
 }
コード例 #2
0
ファイル: NextSteps.php プロジェクト: Lazaro-Gallo/psmn
 protected function writeFormatted($text)
 {
     parent::writeWithUTF8(0.6, $text);
 }
コード例 #3
0
ファイル: President.php プロジェクト: Lazaro-Gallo/psmn
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->addPage();
     $this->create();
 }