You are here

public function PHPExcel_Reader_SYLK::__construct in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php \PHPExcel_Reader_SYLK::__construct()

* Create a new PHPExcel_Reader_SYLK

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php, line 78

Class

PHPExcel_Reader_SYLK
PHPExcel_Reader_SYLK

Code

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