You are here

public function PHPExcel_Reader_CSV::__construct in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php \PHPExcel_Reader_CSV::__construct()

* Create a new PHPExcel_Reader_CSV

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php, line 98

Class

PHPExcel_Reader_CSV
PHPExcel_Reader_CSV

Code

public function __construct() {
  $this->_readFilter = new PHPExcel_Reader_DefaultReadFilter();
}