예제 #1
0
 public function __construct($title, $pagesize = 'A4', $orientation = 'portrait')
 {
     parent::__construct('LMSEzpdfBackend', $title, $pagesize, $orientation);
 }
예제 #2
0
 public function __construct($title, $pagesize = 'A4', $orientation = 'portrait')
 {
     parent::__construct('LMSEzpdfBackend', $title, $pagesize, $orientation);
     $this->backend->setLineStyle(2);
 }