Comment
Table of Contents
Methods
-
add()
: AddResult
-
record()
: void
-
remove()
: Result
add()
public
static add(int $userLogId, int $userId, string $comment) : AddResult
Parameters
-
$userLogId
: int
-
-
$userId
: int
-
-
$comment
: string
-
record()
public
static record(array<string|int, mixed> $comments) : void
Parameters
-
$comments
: array<string|int, mixed>
-
remove()
public
static remove(int $userId, string $dateLog, string $desktopCode) : Result
Parameters
-
$userId
: int
-
-
$dateLog
: string
-
-
$desktopCode
: string
-