public function testDataFileIterator::valid in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/unitTests/testDataFileIterator.php \testDataFileIterator::valid()
File
- vendor/
phpoffice/ phpexcel/ unitTests/ testDataFileIterator.php, line 27
Class
Code
public function valid() {
return !feof($this->file);
}