IProvider
in
Interface IProvider
Tags
Table of Contents
Methods
- getUserStatuses() : array<string, IUserStatus>
- Gets the statuses for all users in $users
Methods
getUserStatuses()
Gets the statuses for all users in $users
public
getUserStatuses(array<string|int, string> $userIds) : array<string, IUserStatus>
Parameters
- $userIds : array<string|int, string>
Tags
Return values
array<string, IUserStatus> —array key being the userid, users without a status will not be in the returned array