Elgg  Version 1.11
Exportable.php
Go to the documentation of this file.
1 <?php
9 interface Exportable {
15  public function export();
16 
23  public function getExportableValues();
24 }
export()
This must take the contents of the object and convert it to exportable ODD.
getExportableValues()
Return a list of all fields that can be exported.