SystemOverviewUsers extends SystemOverviewModel
System Overview Users
Table of Contents
Methods
| __construct() | Initialize |
| getRecentUsers() | Retrieves a list of all recently active users |
Methods
__construct()
Initialize
public
__construct() : mixed
getRecentUsers()
Retrieves a list of all recently active users
public
getRecentUsers(int $company_id[, int $limit = 15 ]) : array<string|int, mixed>
Parameters
- $company_id : int
-
The company ID
- $limit : int = 15
-
The maximum number of users to fetch
Return values
array<string|int, mixed> —A list of stdClass objects representing each user online