Elgg
Version 1.9
|
Public Member Functions | |
import (ODD $data) | |
Accepts an array of data to import, this data is parsed from the XML produced by export. More... | |
Definition at line 9 of file Importable.php.
Importable::import | ( | ODD | $data | ) |
Accepts an array of data to import, this data is parsed from the XML produced by export.
The function should return the constructed object data, or null.
ImportException | if there was a critical error importing data. |
Implemented in ElggEntity, and ElggRelationship.