You are here

public function testDataFileIterator::next in Loft Data Grids 6.2

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

File

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

Class

testDataFileIterator

Code

public function next() {
  $this->current = $this
    ->_parseNextDataset();
  $this->key++;
}