UserChart
Table of Contents
Methods
-
getOnDate()
: array<string|int, mixed>
-
getReportOnDate()
: array<string|int, mixed>
-
record()
: void
-
remove()
: Result
getOnDate()
public
static getOnDate(int $userId, Date $date) : array<string|int, mixed>
Parameters
-
$userId
: int
-
-
$date
: Date
-
Return values
array<string|int, mixed>
getReportOnDate()
public
static getReportOnDate(int $userId, Date $date) : array<string|int, mixed>
Parameters
-
$userId
: int
-
-
$date
: Date
-
Return values
array<string|int, mixed>
record()
public
static record(mixed $history) : void
Parameters
-
$history
: mixed
-
remove()
public
static remove(int $userId, string $dateLog, string $desktopCode) : Result
Parameters
-
$userId
: int
-
-
$dateLog
: string
-
-
$desktopCode
: string
-