public function testDataFileIterator::rewind in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/unitTests/testDataFileIterator.php \testDataFileIterator::rewind()
File
- vendor/
phpoffice/ phpexcel/ unitTests/ testDataFileIterator.php, line 20
Class
Code
public function rewind() {
rewind($this->file);
$this->current = $this
->_parseNextDataset();
$this->key = 0;
}