Пример #1
0
 protected function writeFormattedWithLink($text, $link)
 {
     parent::writeWithUTF8WithLink(0.6, $text, $link);
 }
Пример #2
0
 protected function writeFormatted($text)
 {
     parent::writeWithUTF8(0.6, $text);
 }
Пример #3
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->addPage();
     $this->create();
 }