|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilAssQuestionHintGUI:
Collaboration diagram for ilAssQuestionHintGUI:Public Member Functions | |
| __construct (assQuestionGUI $questionGUI) | |
| executeCommand () | |
Public Member Functions inherited from ilAssQuestionHintAbstractGUI | |
| __construct (assQuestionGUI $question_gui) | |
| Constructor. More... | |
Data Fields | |
| const | CMD_SHOW_FORM = 'showForm' |
| const | CMD_SAVE_FORM = 'saveForm' |
| const | CMD_CANCEL_FORM = 'cancelForm' |
Private Member Functions | |
| showFormCmd (ilPropertyFormGUI $form=null) | |
| saveFormCmd () | |
| cancelFormCmd () | |
| buildForm (ilAssQuestionHint $questionHint=null) | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
| GeneralQuestionPropertiesRepository | $questionrepository |
Additional Inherited Members | |
Protected Attributes inherited from ilAssQuestionHintAbstractGUI | |
| RequestDataCollector | $request_data_collector |
| assQuestionGUI | $question_gui = null |
| assQuestion | $question_obj = null |
| ilTabsGUI | $tabs |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
ilAssQuestionHintGUI: ilAssHintPageGUI
Definition at line 32 of file class.ilAssQuestionHintGUI.php.
| ilAssQuestionHintGUI::__construct | ( | assQuestionGUI | $questionGUI | ) |
Definition at line 40 of file class.ilAssQuestionHintGUI.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 156 of file class.ilAssQuestionHintGUI.php.
References ilObjAdvancedEditing\_getUsedHTMLTags(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by saveFormCmd(), and showFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 150 of file class.ilAssQuestionHintGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilAssQuestionHintGUI::executeCommand | ( | ) |
Definition at line 50 of file class.ilAssQuestionHintGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilAssQuestionHintPageObjectCommandForwarder\PRESENTATION_MODE_AUTHOR, and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
private |
Definition at line 101 of file class.ilAssQuestionHintGUI.php.
References buildForm(), ilAssQuestionHintsGUI\CMD_CONFIRM_SYNC, ilAssQuestionHintsGUI\CMD_SHOW_LIST, ILIAS\Repository\ctrl(), ilAssQuestionHintList\getNextIndexByQuestionId(), ILIAS\Repository\lng(), and showFormCmd().
Here is the call graph for this function:
|
private |
Definition at line 77 of file class.ilAssQuestionHintGUI.php.
References buildForm(), ilAssQuestionHintsGUI\CMD_SHOW_LIST, ILIAS\Repository\ctrl(), and ILIAS\Repository\int().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 37 of file class.ilAssQuestionHintGUI.php.
|
private |
Definition at line 38 of file class.ilAssQuestionHintGUI.php.
| const ilAssQuestionHintGUI::CMD_CANCEL_FORM = 'cancelForm' |
Definition at line 36 of file class.ilAssQuestionHintGUI.php.
| const ilAssQuestionHintGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 35 of file class.ilAssQuestionHintGUI.php.
| const ilAssQuestionHintGUI::CMD_SHOW_FORM = 'showForm' |
Definition at line 34 of file class.ilAssQuestionHintGUI.php.
Referenced by ilAssQuestionHintsTableGUI\fillRow(), and ilAssQuestionHintsGUI\showListCmd().