|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilObjQuestionPoolSettingsGeneralGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilAccessHandler $access, ilLanguage $lng, ilGlobalTemplateInterface $tpl, ilTabsGUI $tabs, ilObjQuestionPoolGUI $poolGUI) | |
| Constructor. More... | |
| executeCommand () | |
| Command Execution. More... | |
Data Fields | |
| const | CMD_SHOW_FORM = 'showForm' |
| command constants More... | |
| const | CMD_SAVE_FORM = 'saveForm' |
Protected Member Functions | |
| formPropertyExists (ilPropertyFormGUI $form, $propertyId) | |
Protected Attributes | |
| $ctrl = null | |
| $access = null | |
| $lng = null | |
| $tpl = null | |
| $tabs = null | |
| $poolGUI = null | |
| $poolOBJ = null | |
Private Member Functions | |
| showFormCmd (ilPropertyFormGUI $form=null) | |
| saveFormCmd () | |
| performSaveForm (ilPropertyFormGUI $form) | |
| buildForm () | |
| getTaxonomySelectInputOptions () | |
Definition at line 30 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| ilObjQuestionPoolSettingsGeneralGUI::__construct | ( | ilCtrl | $ctrl, |
| ilAccessHandler | $access, | ||
| ilLanguage | $lng, | ||
| ilGlobalTemplateInterface | $tpl, | ||
| ilTabsGUI | $tabs, | ||
| ilObjQuestionPoolGUI | $poolGUI | ||
| ) |
Constructor.
Definition at line 90 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $access, $ctrl, $lng, $poolGUI, $tabs, $tpl, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
private |
Definition at line 212 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $DIC, ILIAS\Repository\ctrl(), getTaxonomySelectInputOptions(), ilObjQuestionPool\isSkillManagementGloballyActivated(), and ILIAS\Repository\lng().
Referenced by saveFormCmd(), and showFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolSettingsGeneralGUI::executeCommand | ( | ) |
Command Execution.
Definition at line 105 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Definition at line 304 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References ilPropertyFormGUI\getItemByPostVar().
Referenced by performSaveForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 291 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References ilObject\_lookupTitle(), and ILIAS\Repository\lng().
Referenced by buildForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 165 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $DIC, formPropertyExists(), and ilPropertyFormGUI\getItemByPostVar().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 139 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $errors, buildForm(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), performSaveForm(), and showFormCmd().
Here is the call graph for this function:
|
private |
Definition at line 130 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References buildForm(), and ILIAS\Repository\ctrl().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 50 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 57 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 78 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 85 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
|
protected |
Definition at line 71 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 64 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
| const ilObjQuestionPoolSettingsGeneralGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 36 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| const ilObjQuestionPoolSettingsGeneralGUI::CMD_SHOW_FORM = 'showForm' |
command constants
Definition at line 35 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.