You are here

protected property MigrateListCSV::$csvHandle in Migrate 7.2

File handle for the CSV file being iterated.

Type: resource

File

plugins/sources/csv.inc, line 26
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 $csvHandle = NULL;