ShiftStatisticMap
implements
Arrayable
Table of Contents
Interfaces
- Arrayable
Methods
-
fill()
: void
-
get()
: ShiftStatistic|null
-
set()
: void
-
toArray()
: array<string|int, mixed>
fill()
public
fill(array<string|int, mixed> $userIdList) : void
Parameters
-
$userIdList
: array<string|int, mixed>
-
get()
public
get(int $key) : ShiftStatistic|null
Parameters
-
$key
: int
-
set()
public
set(int $key, ShiftStatistic $statistic) : void
Parameters
-
$key
: int
-
-
$statistic
: ShiftStatistic
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>