Elgg  Version 2.3
Public Member Functions | List of all members
Exportable Interface Reference
Inheritance diagram for Exportable:
ElggData ElggEntity ElggExtender ElggRelationship ElggGroup ElggObject ElggSite ElggUser Represents ElggAnnotation ElggMetadata ElggComment ElggFile ElggPlugin ElggUpgrade ElggWidget ElggIcon

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...
 

Detailed Description

Definition at line 9 of file Exportable.php.

Member Function Documentation

Exportable::export ( )

This must take the contents of the object and convert it to exportable ODD.

Returns
object or array of objects.

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()

Returns
array

Implemented in ElggEntity, ElggUser, ElggGroup, ElggSite, ElggRelationship, ElggExtender, and ElggObject.


The documentation for this interface was generated from the following file: