You are here

protected property MigrateSourceXML::$readerClass in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/xml.inc \MigrateSourceXML::readerClass

Store the reader class used to query XML so we can create reader objects on the fly.

Type: string

File

plugins/sources/xml.inc, line 1182
Support for migration from XML sources.

Class

MigrateSourceXML
Implementation of MigrateSource, to handle imports from XML files.

Code

protected $readerClass = '';