You are here

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

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

The position to start in the file.

Type: int

File

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

Class

FeedsExLineIterator
Text lines from file iterator.

Code

protected $startPosition = 0;