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