ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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(), IL_CAL_UNIX, and ilFormPropertyGUI\setInfo().
Referenced by setTimingCmd(), and showFormCmd().
ilTestParticipantsTimeExtensionGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 73 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, ilObjTestGUI\accessViolationRedirect(), and isExtraTimeFeatureAvailable().
ilTestParticipantsTimeExtensionGUI::getTestObj | ( | ) |
Definition at line 41 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $testObj.
Referenced by buildTimingForm(), isExtraTimeFeatureAvailable(), setTimingCmd(), and showListCmd().
|
protected |
Definition at line 57 of file class.ilTestParticipantsTimeExtensionGUI.php.
References getTestObj().
Referenced by executeCommand().
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().
|
protected |
show form command
Definition at line 150 of file class.ilTestParticipantsTimeExtensionGUI.php.
References $DIC, and buildTimingForm().
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.
|
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.