protected property FeedsExLineIterator::$linesRead in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 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;