Define an interface for all ODD importable objects. More...
Public Member Functions | |
| import (ODD $data) | |
| Accepts an array of data to import, this data is parsed from the XML produced by export. | |
Define an interface for all ODD importable objects.
Definition at line 38 of file export.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.
| ODD | $data |
| ImportException | if there was a critical error importing data. |
Implemented in ElggEntity, and ElggRelationship.
1.6.3