You are here

protected property CsvParser::$linesRead in Feeds 8.3

The number of lines read.

Type: int

File

src/Component/CsvParser.php, line 52

Class

CsvParser
Parses an RFC 4180 style CSV file.

Namespace

Drupal\feeds\Component

Code

protected $linesRead = 0;