You are here

public function ParserCSVIterator::currentPos in Feeds 6

Same name and namespace in other branches
  1. 7.2 libraries/ParserCSV.inc \ParserCSVIterator::currentPos()
  2. 7 libraries/ParserCSV.inc \ParserCSVIterator::currentPos()

File

libraries/ParserCSV.inc, line 53

Class

ParserCSVIterator
Text lines from file iterator.

Code

public function currentPos() {
  return $this->currentPos;
}