You are here

public function ParserCSVIterator::key in Feeds 6

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

File

libraries/ParserCSV.inc, line 57

Class

ParserCSVIterator
Text lines from file iterator.

Code

public function key() {
  return 'line';
}