RecordFormHelper
Table of Contents
Methods
-
__construct()
: mixed
-
buildTimeDifferenceHint()
: mixed
-
getCssClassForViolations()
: mixed
-
getViolationCode()
: string
__construct()
public
__construct() : mixed
buildTimeDifferenceHint()
public
buildTimeDifferenceHint(User $mainUser, User|null $oppositeUser, mixed $format, DateTime $firstDateTime[, DateTime $secondDateTime = null ]) : mixed
Parameters
-
$mainUser
: User
-
-
$oppositeUser
: User|null
-
-
$format
: mixed
-
-
$firstDateTime
: DateTime
-
-
$secondDateTime
: DateTime
= null
-
getCssClassForViolations()
public
getCssClassForViolations(mixed $violations, mixed $notices, mixed $record) : mixed
Parameters
-
$violations
: mixed
-
-
$notices
: mixed
-
-
$record
: mixed
-
getViolationCode()
public
getViolationCode(mixed $violations, mixed $notices, WorktimeRecord $record) : string
Parameters
-
$violations
: mixed
-
-
$notices
: mixed
-
-
$record
: WorktimeRecord
-