ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (private readonly ilLanguage $lng, private readonly Factory $ui_factory, private readonly Renderer $ui_renderer, private readonly int $starting_time, private readonly int $processing_time) | |
prepareWorkingTimeJsTemplate (ilObjTest $object, array $date, string $check_url, string $redirect_url) | |
getMessageBox (bool $verbose) | |
Private Member Functions | |
getUserProcessingTimeMinutesAndSeconds () | |
getUserProcessingTimeString () | |
getUserRemainingTimeString () | |
Definition at line 31 of file WorkingTime.php.
ILIAS\Test\Presentation\WorkingTime::__construct | ( | private readonly ilLanguage | $lng, |
private readonly Factory | $ui_factory, | ||
private readonly Renderer | $ui_renderer, | ||
private readonly int | $starting_time, | ||
private readonly int | $processing_time | ||
) |
Definition at line 33 of file WorkingTime.php.
ILIAS\Test\Presentation\WorkingTime::getMessageBox | ( | bool | $verbose | ) |
Definition at line 90 of file WorkingTime.php.
References ILIAS\Test\Presentation\WorkingTime\getUserProcessingTimeString(), and ILIAS\Test\Presentation\WorkingTime\getUserRemainingTimeString().
Referenced by ilTestSubmissionReviewGUI\show().
|
private |
Definition at line 98 of file WorkingTime.php.
Referenced by ILIAS\Test\Presentation\WorkingTime\getUserProcessingTimeString(), and ILIAS\Test\Presentation\WorkingTime\prepareWorkingTimeJsTemplate().
|
private |
Definition at line 106 of file WorkingTime.php.
References ilDatePresentation\formatDate(), ILIAS\Test\Presentation\WorkingTime\getUserProcessingTimeMinutesAndSeconds(), IL_CAL_FKT_GETDATE, and ILIAS\Repository\lng().
Referenced by ILIAS\Test\Presentation\WorkingTime\getMessageBox().
|
private |
Definition at line 129 of file WorkingTime.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Test\Presentation\WorkingTime\getMessageBox().
ILIAS\Test\Presentation\WorkingTime::prepareWorkingTimeJsTemplate | ( | ilObjTest | $object, |
array | $date, | ||
string | $check_url, | ||
string | $redirect_url | ||
) |
Definition at line 42 of file WorkingTime.php.
References ilObjTest\getEndingTime(), ILIAS\Test\Presentation\WorkingTime\getUserProcessingTimeMinutesAndSeconds(), IL_CAL_TIMESTAMP, IL_CAL_UNIX, ilObjTest\isEndingTimeEnabled(), and ILIAS\Repository\lng().
Referenced by ilTestPlayerAbstractGUI\outProcessingTime().