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