DepartmentProvider
uses
Singleton
Table of Contents
Methods
-
__construct()
: mixed
-
__wakeup()
: mixed
-
getDepartmentsUsers()
: array<string|int, mixed>
-
getInstance()
: static
-
getUserDepartmentIDs()
: array<string|int, mixed>
__construct()
public
__construct() : mixed
__wakeup()
public
__wakeup() : mixed
getDepartmentsUsers()
public
getDepartmentsUsers(array<string|int, mixed> $departmentAccessCodes) : array<string|int, mixed>
Parameters
-
$departmentAccessCodes
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
getInstance()
public
static getInstance() : static
getUserDepartmentIDs()
public
getUserDepartmentIDs(int $userId) : array<string|int, mixed>
Parameters
-
$userId
: int
-
Return values
array<string|int, mixed>