public function LineIterator::next in Feeds extensible parsers 8
Implements Iterator::next().
File
- src/
File/ LineIterator.php, line 47
Class
- LineIterator
- Text lines from file iterator.
Namespace
Drupal\feeds_ex\FileCode
public function next() {
$this->linesRead++;
parent::next();
}