コード例 #1
0
ファイル: AccountPdf.php プロジェクト: elemento15/abacont
 public function __construct()
 {
     parent::__construct();
     $this->title = 'LISTADO DE CUENTAS';
     $this->subtitle = '';
 }
コード例 #2
0
ファイル: MovementsPdf.php プロジェクト: elemento15/abacont
 public function __construct()
 {
     parent::__construct();
     $this->title = 'Reporte de ';
     $this->subtitle = '';
 }