|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilObjQuestionPoolSettingsGeneralGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilAccessHandler $access, ilLanguage $lng, ilTemplate $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 15 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| ilObjQuestionPoolSettingsGeneralGUI::__construct | ( | ilCtrl | $ctrl, |
| ilAccessHandler | $access, | ||
| ilLanguage | $lng, | ||
| ilTemplate | $tpl, | ||
| ilTabsGUI | $tabs, | ||
| ilObjQuestionPoolGUI | $poolGUI | ||
| ) |
Constructor.
Definition at line 75 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
|
private |
Definition at line 200 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References getTaxonomySelectInputOptions(), and ilObjQuestionPool\isSkillManagementGloballyActivated().
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 90 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $cmd, and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 282 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 268 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References ilObject\_lookupTitle().
Referenced by buildForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 153 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References 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 126 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $errors, buildForm(), performSaveForm(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and showFormCmd().
Here is the call graph for this function:
|
private |
Definition at line 116 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References buildForm().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 63 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 70 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
|
protected |
Definition at line 56 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 49 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by __construct().
| const ilObjQuestionPoolSettingsGeneralGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 21 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| const ilObjQuestionPoolSettingsGeneralGUI::CMD_SHOW_FORM = 'showForm' |
command constants
Definition at line 20 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.