From 550f2e36eac4bbb86c4a4b1d4ab32ba7b67c56cf Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 31 Mar 2008 17:14:14 +0000 Subject: Marcus Povey * Tidied up comments git-svn-id: https://code.elgg.org/elgg/trunk@299 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/export.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/export.php') 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); -- cgit v1.2.3