You are here

public function testDataFileIterator::__construct in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/testDataFileIterator.php \testDataFileIterator::__construct()

File

vendor/phpoffice/phpexcel/unitTests/testDataFileIterator.php, line 10

Class

testDataFileIterator

Code

public function __construct($file) {
  $this->file = fopen($file, 'r');
}