|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestParticipantsTimeExtensionGUI:Public Member Functions | |
| __construct (ilObjTest $testObj) | |
| getTestObj () | |
| setTestObj (ilObjTest $testObj) | |
| executeCommand () | |
| showListCmd () | |
Data Fields | |
| const | CMD_SHOW_LIST = 'showList' |
| Command Constants. More... | |
| const | CMD_SHOW_FORM = 'showForm' |
| const | CMD_SET_TIMING = 'setTiming' |
Protected Member Functions | |
| isExtraTimeFeatureAvailable () | |
| showFormCmd () | |
| buildTimingForm () | |
| setTimingCmd () | |
Protected Attributes | |
| ilObjTest | $testObj |
| ilCtrl | $ctrl |
| illanguage | $lng |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
Definition at line 29 of file class.ilTestParticipantsTimeExtensionGUI.php.
| ilTestParticipantsTimeExtensionGUI::__construct | ( | ilObjTest | $testObj | ) |
Definition at line 43 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, $testObj, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 140 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $name, ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), IL_CAL_UNIX, and ILIAS\Repository\lng().
Referenced by setTimingCmd(), and showFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantsTimeExtensionGUI::executeCommand | ( | ) |
Definition at line 70 of file class.ilTestParticipantsTimeExtensionGUI.php.
References ilObjTestGUI\accessViolationRedirect(), ILIAS\Repository\ctrl(), and isExtraTimeFeatureAvailable().
Here is the call graph for this function:| ilTestParticipantsTimeExtensionGUI::getTestObj | ( | ) |
Definition at line 52 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $testObj.
Referenced by buildTimingForm(), isExtraTimeFeatureAvailable(), setTimingCmd(), and showListCmd().
Here is the caller graph for this function:
|
protected |
Definition at line 62 of file class.ilTestParticipantsTimeExtensionGUI.php.
References getTestObj().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantsTimeExtensionGUI::setTestObj | ( | ilObjTest | $testObj | ) |
Definition at line 57 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $testObj.
|
protected |
Definition at line 212 of file class.ilTestParticipantsTimeExtensionGUI.php.
References buildTimingForm(), ILIAS\Repository\ctrl(), getTestObj(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 134 of file class.ilTestParticipantsTimeExtensionGUI.php.
References buildTimingForm().
Here is the call graph for this function:| ilTestParticipantsTimeExtensionGUI::showListCmd | ( | ) |
Definition at line 85 of file class.ilTestParticipantsTimeExtensionGUI.php.
References ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), IL_CAL_UNIX, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilTestParticipantsTimeExtensionGUI.php.
|
protected |
Definition at line 40 of file class.ilTestParticipantsTimeExtensionGUI.php.
|
private |
Definition at line 41 of file class.ilTestParticipantsTimeExtensionGUI.php.
|
protected |
Definition at line 38 of file class.ilTestParticipantsTimeExtensionGUI.php.
Referenced by __construct(), getTestObj(), and setTestObj().
| const ilTestParticipantsTimeExtensionGUI::CMD_SET_TIMING = 'setTiming' |
Definition at line 36 of file class.ilTestParticipantsTimeExtensionGUI.php.
| const ilTestParticipantsTimeExtensionGUI::CMD_SHOW_FORM = 'showForm' |
Definition at line 35 of file class.ilTestParticipantsTimeExtensionGUI.php.
| const ilTestParticipantsTimeExtensionGUI::CMD_SHOW_LIST = 'showList' |
Command Constants.
Definition at line 34 of file class.ilTestParticipantsTimeExtensionGUI.php.