You are here

protected property FeedsExLineIterator::$linesRead in Feeds extensible parsers 7.2

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

The number of lines that have been read.

Type: init

File

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

Class

FeedsExLineIterator
Text lines from file iterator.

Code

protected $linesRead = 0;