Esempio n. 1
0
 protected function writeFormattedWithLink($text, $link)
 {
     parent::writeWithUTF8WithLink(0.6, $text, $link);
 }
Esempio n. 2
0
 protected function writeFormatted($text)
 {
     parent::writeWithUTF8(0.6, $text);
 }
Esempio n. 3
0
 public function __construct($devolutiveReport, $devolutiveRow)
 {
     parent::__construct($devolutiveReport, $devolutiveRow);
     $this->addPage();
     $this->create();
 }