Absence
Table of Contents
Methods
-
add()
: AddResult
-
record()
: void
-
remove()
: Result
add()
public
static add(int $userLogId, DateTime $timeStart[, DateTime $timeFinish = null ]) : AddResult
Parameters
-
$userLogId
: int
-
-
$timeStart
: DateTime
-
-
$timeFinish
: DateTime
= null
-
record()
public
static record(array<string|int, mixed> $absence) : void
Parameters
-
$absence
: array<string|int, mixed>
-
remove()
public
static remove(int $userId, string $dateLog, string $desktopCode) : Result
Parameters
-
$userId
: int
-
-
$dateLog
: string
-
-
$desktopCode
: string
-