public function MigrateItem::__construct in Migrate 7.2
Same name and namespace in other branches
- 6.2 plugins/sources/list.inc \MigrateItem::__construct()
3 calls to MigrateItem::__construct()
- MigrateItemFile::__construct in plugins/
sources/ files.inc - Constructor.
- MigrateItemJSON::__construct in plugins/
sources/ json.inc - MigrateItemXML::__construct in plugins/
sources/ xml.inc
3 methods override MigrateItem::__construct()
- MigrateItemFile::__construct in plugins/
sources/ files.inc - Constructor.
- MigrateItemJSON::__construct in plugins/
sources/ json.inc - MigrateItemXML::__construct in plugins/
sources/ xml.inc
File
- plugins/
sources/ list.inc, line 53 - Support for migration from sources with distinct means of listing items to import and obtaining the items themselves.
Class
- MigrateItem
- Extend the MigrateItem class to provide a means to obtain the data for a given migratable item given its ID as provided by the MigrateList class.
Code
public function __construct() {
}