Elgg
Version 1.11
|
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 ElggRelationship, ElggExtender, and ElggEntity.
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 ElggUser, ElggSite, ElggRelationship, ElggObject, ElggGroup, ElggExtender, and ElggEntity.