You are here

protected property MigrateListCSV::$fgetcsv in Migrate 7.2

Parameters for the fgetcsv() call.

Type: array

File

plugins/sources/csv.inc, line 55
Define a MigrateSource for importing from comma separated values files.

Class

MigrateListCSV
Implementation of MigrateList, for retrieving a list of IDs to be migrated from a CSV file.

Code

protected $fgetcsv = array();