public function PHPExcel_Writer_PDF_DomPDF::__construct in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/PDF/DomPDF.php \PHPExcel_Writer_PDF_DomPDF::__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/ DomPDF.php, line 51
Class
- PHPExcel_Writer_PDF_DomPDF
- PHPExcel_Writer_PDF_DomPDF
Code
public function __construct(PHPExcel $phpExcel) {
parent::__construct($phpExcel);
}