diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2016-02-09 17:41:04 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2016-02-09 17:41:04 +0100 |
commit | 82a37d41d00d2f56c7cff1c3f8145384ca848d1c (patch) | |
tree | c91bb81b22353dd3ab58bd9eb37e2d78b8d83f2b /lib/public | |
parent | ef7846f7bd075fbd28ab59edeab3cc2fd0d8f524 (diff) | |
download | nextcloud-server-82a37d41d00d2f56c7cff1c3f8145384ca848d1c.tar.gz nextcloud-server-82a37d41d00d2f56c7cff1c3f8145384ca848d1c.zip |
Doc improvements
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/iuser.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public/iuser.php b/lib/public/iuser.php index 2d2a2710bf8..8dbec43d3c1 100644 --- a/lib/public/iuser.php +++ b/lib/public/iuser.php @@ -180,7 +180,9 @@ interface IUser { public function setEMailAddress($mailAddress); /** - * get the users' quota + * get the users' quota in human readable form. If a specific quota is not + * set for the user, the default value is returned. If a default setting + * was not set otherwise, it is return as 'none', i.e. quota is not limited. * * @return string * @since 9.0.0 |