ReportComment
Table of Contents
Methods
-
add()
: AddResult
-
getOnDate()
: array<string|int, mixed>
-
record()
: mixed
-
remove()
: Result
add()
public
static add(int $userId, Date $dateLog, string $comment[, string $desktopCode = null ]) : AddResult
Parameters
-
$userId
: int
-
-
$dateLog
: Date
-
-
$comment
: string
-
-
$desktopCode
: string
= null
-
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(mixed $history) : mixed
Parameters
-
$history
: mixed
-
remove()
public
static remove(int $userId, string $dateLog, string $desktopCode) : Result
Parameters
-
$userId
: int
-
-
$dateLog
: string
-
-
$desktopCode
: string
-