From e91edabe0f58fe316e3fb62461bce16168e74f52 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 27 Aug 2013 16:07:25 +0200 Subject: [PATCH] add documentation --- lib/ocs/cloud.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/ocs/cloud.php b/lib/ocs/cloud.php index b64200d091..2dd9931905 100644 --- a/lib/ocs/cloud.php +++ b/lib/ocs/cloud.php @@ -46,6 +46,19 @@ class OC_OCS_Cloud { /** * gets user info + * + * exposes the quota of an user: + * + * + * 1234 + * 4321 + * 5555 + * 0.78 + * + * + * + * @param $parameters object should contain parameter 'userid' which identifies + * the user from whom the information will be returned */ public static function getUser($parameters) { // Check if they are viewing information on themselves