|
|
|
|
@ -250,5 +250,13 @@ interface IConfig { |
|
|
|
|
*/ |
|
|
|
|
public function getUsersForUserValue($appName, $key, $value); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Gets the list of users based on their lastLogin info asc or desc |
|
|
|
|
* |
|
|
|
|
* @param string $search search users based on search params |
|
|
|
|
* @param string $sortMode can be lastLogin or any key in preferences |
|
|
|
|
* @param string $sortOrder asc or desc |
|
|
|
|
* @return array of user IDs |
|
|
|
|
*/ |
|
|
|
|
public function getLastLoggedInUsers($search, $sortMode, $sortOrder); |
|
|
|
|
} |
|
|
|
|
|