Elgg
Version 2.3
|
Public Member Functions | |
export () | |
This must take the contents of the object and convert it to exportable ODD. More... | |
getExportableValues () | |
Return a list of all fields that can be exported. More... | |
Definition at line 9 of file Exportable.php.
Exportable::export | ( | ) |
This must take the contents of the object and convert it to exportable ODD.
Implemented in ElggEntity, ElggRelationship, and ElggExtender.
Exportable::getExportableValues | ( | ) |
Return a list of all fields that can be exported.
This should be used as the basis for the values returned by export()
Implemented in ElggEntity, ElggUser, ElggGroup, ElggSite, ElggRelationship, ElggExtender, and ElggObject.