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