aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index 93c7dc129..2cb233214 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -11,7 +11,7 @@
*/
/**
- * Define an interface for all exportable objects.
+ * Define an interface for all ODD exportable objects.
*
* @package Elgg
* @subpackage Core
@@ -24,10 +24,11 @@
* @return object or array of objects.
*/
public function export();
+
}
/**
- * Define an interface for all importable objects.
+ * Define an interface for all ODD importable objects.
* @author Marcus Povey
*/
interface Importable