public function PHPExcel_Writer_PDF_tcPDF::__construct in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/PDF/tcPDF.php \PHPExcel_Writer_PDF_tcPDF::__construct()
Create a new PHPExcel_Writer_PDF
Parameters
PHPExcel $phpExcel PHPExcel object:
Overrides PHPExcel_Writer_PDF_Core::__construct
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ PDF/ tcPDF.php, line 52
Class
- PHPExcel_Writer_PDF_tcPDF
- PHPExcel_Writer_PDF_tcPDF
Code
public function __construct(PHPExcel $phpExcel) {
parent::__construct($phpExcel);
}