public function ParserCSVIterator::currentPos in Feeds 6
Same name and namespace in other branches
- 7.2 libraries/ParserCSV.inc \ParserCSVIterator::currentPos()
- 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;
}