ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (assQuestionGUI $questionGUI) | |
executeCommand () | |
Execute Command. More... | |
![]() | |
__construct (assQuestionGUI $questionGUI) | |
Constructor. More... | |
Data Fields | |
const | CMD_SHOW_FORM = 'showForm' |
command constants More... | |
const | CMD_SAVE_FORM = 'saveForm' |
const | CMD_CANCEL_FORM = 'cancelForm' |
const | CMD_CONFIRM_FORM = 'confirmForm' |
Private Member Functions | |
showFormCmd (ilPropertyFormGUI $form=null) | |
shows the form for managing a new/existing hint More... | |
saveFormCmd () | |
saves the form on successfull validation and redirects to showForm command More... | |
cancelFormCmd () | |
gateway command method to jump back to question hints overview More... | |
buildForm (ilAssQuestionHint $questionHint=null) | |
builds the questions hints form More... | |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
Additional Inherited Members | |
![]() | |
ILIAS TestQuestionPool InternalRequestService | $request |
assQuestionGUI | $questionGUI = null |
assQuestion | $questionOBJ = null |
ilTabsGUI | $tabs |
Definition at line 32 of file class.ilAssQuestionHintGUI.php.
ilAssQuestionHintGUI::__construct | ( | assQuestionGUI | $questionGUI | ) |
Definition at line 42 of file class.ilAssQuestionHintGUI.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
|
private |
builds the questions hints form
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 202 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, ilObjAdvancedEditing\_getUsedHTMLTags(), ilNumberInputGUI\allowDecimals(), and ilFormPropertyGUI\setRequired().
Referenced by saveFormCmd(), and showFormCmd().
|
private |
gateway command method to jump back to question hints overview
private ilCtrl $ilCtrl
Definition at line 186 of file class.ilAssQuestionHintGUI.php.
References $DIC.
ilAssQuestionHintGUI::executeCommand | ( | ) |
Execute Command.
public ilCtrl $ilCtrl
Definition at line 56 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, $tpl, ilAssQuestionHintPageObjectCommandForwarder\PRESENTATION_MODE_AUTHOR, and ILIAS\Repository\tabs().
|
private |
saves the form on successfull validation and redirects to showForm command
private ilCtrl $ilCtrl ilLanguage $lng
Definition at line 126 of file class.ilAssQuestionHintGUI.php.
References $DIC, $ilUser, $lng, assQuestion\_isWriteable(), buildForm(), ilAssQuestionHintsGUI\CMD_CONFIRM_SYNC, ilAssQuestionHintsGUI\CMD_SHOW_LIST, ilAssQuestionHintList\getNextIndexByQuestionId(), and showFormCmd().
|
private |
shows the form for managing a new/existing hint
private ilCtrl $ilCtrl ilTemplate $tpl
Definition at line 92 of file class.ilAssQuestionHintGUI.php.
References $DIC, $lng, $tpl, buildForm(), ilAssQuestionHintsGUI\CMD_SHOW_LIST, and ILIAS\Repository\int().
Referenced by saveFormCmd().
|
private |
Definition at line 41 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_CANCEL_FORM = 'cancelForm' |
Definition at line 39 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_CONFIRM_FORM = 'confirmForm' |
Definition at line 40 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 38 of file class.ilAssQuestionHintGUI.php.
const ilAssQuestionHintGUI::CMD_SHOW_FORM = 'showForm' |
command constants
Definition at line 37 of file class.ilAssQuestionHintGUI.php.
Referenced by ilAssQuestionHintsTableGUI\fillRow(), and ilAssQuestionHintsGUI\showListCmd().