public function PHPExcel_Writer_CSV::__construct in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php \PHPExcel_Writer_CSV::__construct()
* Create a new PHPExcel_Writer_CSV * *
Parameters
PHPExcel $phpExcel PHPExcel object:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ CSV.php, line 91
Class
- PHPExcel_Writer_CSV
- PHPExcel_Writer_CSV
Code
public function __construct(PHPExcel $phpExcel) {
$this->_phpExcel = $phpExcel;
}