aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/user.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-25 11:48:03 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-25 11:48:03 +0100
commit4271430e609be252d9b4a69fd7b3590571c14f7c (patch)
tree2c5c5bf9bf16e17a18488fcea6cc0f7f28e8aad2 /lib/public/user.php
parent9bb8e0583995fff244432bc34820127ef8ff6ac6 (diff)
downloadnextcloud-server-4271430e609be252d9b4a69fd7b3590571c14f7c.tar.gz
nextcloud-server-4271430e609be252d9b4a69fd7b3590571c14f7c.zip
get all display names from users in a given group
Diffstat (limited to 'lib/public/user.php')
-rw-r--r--lib/public/user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/user.php b/lib/public/user.php
index 3a2f4d02f5c..a93e3a674a8 100644
--- a/lib/public/user.php
+++ b/lib/public/user.php
@@ -62,9 +62,9 @@ class User {
/**
* @brief Get a list of all display names
- * @returns array with all display names and the correspondig uids
+ * @returns array with all display names (key) and the correspondig uids (value)
*
- * Get a list of all display names.
+ * Get a list of all display names and user ids.
*/
public static function getDisplayNames($search = '', $limit = null, $offset = null) {
return \OC_USER::getDisplayNames($search, $limit, $offset);