You are here

public function FeedsExLineIterator::setStartPosition in Feeds extensible parsers 7.2

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

Sets the starting position.

Parameters

int $position: The position to start in the file.

File

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

Class

FeedsExLineIterator
Text lines from file iterator.

Code

public function setStartPosition($position) {
  $this->startPosition = (int) $position;
}