public property MigrateXMLReader::$reader in Migrate 7.2
Same name and namespace in other branches
- 6.2 plugins/sources/xml.inc \MigrateXMLReader::reader
The XMLReader we are encapsulating.
Type: XMLReader
File
- plugins/
sources/ xml.inc, line 871 - Support for migration from XML sources.
Class
- MigrateXMLReader
- Makes an XMLReader object iterable, returning elements matching a restricted xpath-like syntax.
Code
public $reader;