예제 #1
0
파일: test.php 프로젝트: jayhealey/pdflib
 public function __construct(libPDFInterface $pdf)
 {
     parent::__construct($pdf);
     $this->SetAutoPageBreak(true, $this->bMargin + $this->FontSizePt);
     $this->SetTopMargin($this->tMargin + $this->FontSizePt);
 }
예제 #2
0
 public function __construct($classname, $docclass)
 {
     parent::__construct($docclass);
     $this->setMessage("PDF class not defined");
 }