Skip to content
Snippets Groups Projects
Commit eab4a05d authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

implement missing getusers call

parent 27da2952
Branches
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment