|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilTestParticipantsTimeExtensionGUI:Public Member Functions | |
| __construct (ilObjTest $testObj) | |
| ilTestParticipantsTimeExtensionGUI constructor. More... | |
| getTestObj () | |
| setTestObj ($testObj) | |
| executeCommand () | |
| Execute Command. More... | |
| showListCmd () | |
| show list command More... | |
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 () | |
| show form command More... | |
| buildTimingForm () | |
| setTimingCmd () | |
| set timing command More... | |
Protected Attributes | |
| $testObj | |
Definition at line 15 of file class.ilTestParticipantsTimeExtensionGUI.php.
| ilTestParticipantsTimeExtensionGUI::__construct | ( | ilObjTest | $testObj | ) |
ilTestParticipantsTimeExtensionGUI constructor.
| ilObjTest | $testObj |
Definition at line 33 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $testObj.
|
protected |
Definition at line 160 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $_POST, $DIC, $form, $name, PHPMailer\PHPMailer\$options, $time, ilDatePresentation\formatDate(), ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), and IL_CAL_UNIX.
Referenced by setTimingCmd(), and showFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantsTimeExtensionGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 73 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, ilObjTestGUI\accessViolationRedirect(), and isExtraTimeFeatureAvailable().
Here is the call graph for this function:| ilTestParticipantsTimeExtensionGUI::getTestObj | ( | ) |
Definition at line 41 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 57 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 | ( | $testObj | ) |
| ilObjTest | $testObj |
Definition at line 49 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $testObj.
|
protected |
set timing command
Definition at line 237 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, $form, buildTimingForm(), and getTestObj().
Here is the call graph for this function:
|
protected |
show form command
Definition at line 150 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, and buildTimingForm().
Here is the call graph for this function:| ilTestParticipantsTimeExtensionGUI::showListCmd | ( | ) |
show list command
Definition at line 93 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, $time, ilDatePresentation\formatDate(), ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), and IL_CAL_UNIX.
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilTestParticipantsTimeExtensionGUI.php.
Referenced by __construct(), getTestObj(), and setTestObj().
| const ilTestParticipantsTimeExtensionGUI::CMD_SET_TIMING = 'setTiming' |
Definition at line 22 of file class.ilTestParticipantsTimeExtensionGUI.php.
| const ilTestParticipantsTimeExtensionGUI::CMD_SHOW_FORM = 'showForm' |
Definition at line 21 of file class.ilTestParticipantsTimeExtensionGUI.php.
| const ilTestParticipantsTimeExtensionGUI::CMD_SHOW_LIST = 'showList' |
Command Constants.
Definition at line 20 of file class.ilTestParticipantsTimeExtensionGUI.php.