diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-25 09:11:27 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-25 09:11:27 +0000 |
commit | 8cbff875f825e709172f63f17636b9f6035a7db5 (patch) | |
tree | dee4703705de7858d11e5f652290c4bb713ff9d2 /engine/lib/export.php | |
parent | ff2ecd405a3b86414fa1145b2a6c826303c3578a (diff) | |
download | elgg-8cbff875f825e709172f63f17636b9f6035a7db5.tar.gz elgg-8cbff875f825e709172f63f17636b9f6035a7db5.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Namespacing stuff (aborted), committed for record only.
git-svn-id: https://code.elgg.org/elgg/trunk@522 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r-- | engine/lib/export.php | 5 |
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 |