You are here

public function FeedsExLineIterator::next in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/File/FeedsExLineIterator.php \FeedsExLineIterator::next()

Implements Iterator::next().

File

src/File/FeedsExLineIterator.php, line 48
Contains FeedsExLineIterator.

Class

FeedsExLineIterator
Text lines from file iterator.

Code

public function next() {
  $this->linesRead++;
  parent::next();
}