History
Table of Contents
Methods
-
deleteForCurrentUser()
: bool
-
getForPeriod()
: array<string|int, mixed>
-
getOnDate()
: array<string|int, mixed>
-
record()
: bool
deleteForCurrentUser()
public
static deleteForCurrentUser(string $dateLog, string $desktopCode) : bool
Parameters
-
$dateLog
: string
-
-
$desktopCode
: string
-
getForPeriod()
public
static getForPeriod(int $userId, Date $dateStart, Date $dateFinish) : array<string|int, mixed>
Parameters
-
$userId
: int
-
-
$dateStart
: Date
-
-
$dateFinish
: Date
-
Return values
array<string|int, mixed>
getOnDate()
public
static getOnDate(int $userId, Date $date) : array<string|int, mixed>
Parameters
-
$userId
: int
-
-
$date
: Date
-
Return values
array<string|int, mixed>
record()
public
static record(array<string|int, mixed> $queue) : bool
Parameters
-
$queue
: array<string|int, mixed>
-