public function ParserCSVIterator::current in Feeds 6
Same name and namespace in other branches
- 7.2 libraries/ParserCSV.inc \ParserCSVIterator::current()
- 7 libraries/ParserCSV.inc \ParserCSVIterator::current()
File
- libraries/
ParserCSV.inc, line 49
Class
- ParserCSVIterator
- Text lines from file iterator.
Code
public function current() {
return $this->currentLine;
}