aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-31 17:14:14 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-31 17:14:14 +0000
commit550f2e36eac4bbb86c4a4b1d4ab32ba7b67c56cf (patch)
tree451de27d031b39e365800da789ffe3f1910f2a70 /engine/lib/export.php
parent887b0b7e2e93a908f56cefc8b99f69827459fbae (diff)
downloadelgg-550f2e36eac4bbb86c4a4b1d4ab32ba7b67c56cf.tar.gz
elgg-550f2e36eac4bbb86c4a4b1d4ab32ba7b67c56cf.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Tidied up comments git-svn-id: https://code.elgg.org/elgg/trunk@299 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index 7f01364b7..33d7946a7 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -34,6 +34,7 @@
*
* @param array $data
* @param int $version Support different internal serialisation formats, should be "1"
+ * @return mixed The newly imported object.
* @throws ImportException if there was a critical error importing data.
*/
public function import(array $data, $version = 1);