From eab4a05d78af19221be79d3a368dc1385355f826 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Fri, 4 May 2012 11:13:07 +0200 Subject: [PATCH] implement missing getusers call --- lib/public/user.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/public/user.php b/lib/public/user.php index b39235bb965..c9f01d4a597 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -42,6 +42,16 @@ class User { } + /** + * @brief Get a list of all users + * @returns array with all uids + * + * Get a list of all users. + */ + public static function getUsers(){ + return \OC_USER::getUsers(); + } + /** * @brief Check if the user is logged in -- 2.39.5