protected property MigrateXMLReader::$currentId in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/sources/xml.inc \MigrateXMLReader::currentId
Value of the ID for the current element when iterating.
Type: string
File
- plugins/
sources/ xml.inc, line 664 - Support for migration from XML sources.
Class
- MigrateXMLReader
- Makes an XMLReader object iterable, returning elements matching a restricted xpath-like syntax.
Code
protected $currentId = NULL;