summaryrefslogtreecommitdiffstats
path: root/lib/user/interface.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-02-14 22:54:48 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-02-14 22:54:48 +0100
commit4b80466880b4e2daf25e38d621a0ebac608d335d (patch)
treedfdcac5eb81cea7853d16c50ea3043c4642f3c15 /lib/user/interface.php
parent78a3625ddfc67e7e6743a2ff6fd31e1566b174c8 (diff)
parent9058d398a7b9aac58ab4aa7379e13ca83c72281d (diff)
downloadnextcloud-server-4b80466880b4e2daf25e38d621a0ebac608d335d.tar.gz
nextcloud-server-4b80466880b4e2daf25e38d621a0ebac608d335d.zip
Merge branch 'master' into master-sqlserver
Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php
Diffstat (limited to 'lib/user/interface.php')
-rw-r--r--lib/user/interface.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/user/interface.php b/lib/user/interface.php
index b4667633b50..b1e19aea7fb 100644
--- a/lib/user/interface.php
+++ b/lib/user/interface.php
@@ -66,10 +66,15 @@ interface OC_User_Interface {
/**
* @brief Get a list of all display names
- * @returns array with all displayNames (value) and the correspondig uids (key)
+ * @returns array with all displayNames (value) and the corresponding uids (key)
*
* Get a list of all display names and user ids.
*/
public function getDisplayNames($search = '', $limit = null, $offset = null);
+ /**
+ * @brief Check if a user list is available or not
+ * @return boolean if users can be listed or not
+ */
+ public function hasUserListings();
} \ No newline at end of file