You are here

protected property MigrateSourceCSV::$fgetcsv in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/csv.inc \MigrateSourceCSV::fgetcsv

Parameters for the fgetcsv() call.

Type: array

File

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

Class

MigrateSourceCSV
Implementation of MigrateSource, to handle imports from CSV files.

Code

protected $fgetcsv = array();