implement missing getusers call

This commit is contained in:
Frank Karlitschek 2012-05-04 11:13:07 +02:00
parent 27da29525a
commit eab4a05d78

View file

@ -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