|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilObjQuestionPoolSettingsGeneralGUI:Public Member Functions | |
| __construct (private readonly ilCtrl $ctrl, private readonly ilAccessHandler $access, private readonly ilLanguage $lng, private readonly ilGlobalTemplateInterface $tpl, private readonly ilTabsGUI $tabs, private readonly ilObjQuestionPoolGUI $poolGUI, private readonly Refinery $refinery, private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly HttpRequest $http_request,) | |
| executeCommand () | |
| Command Execution. More... | |
Data Fields | |
| const | CMD_SHOW_GENERAL_FORM = 'showForm' |
| const | CMD_SAVE_GENERAL_FORM = 'saveForm' |
| const | TAB_COMMON_SETTINGS = 'settings' |
Protected Attributes | |
| ilObjQuestionPool ilObject | $poolOBJ |
Private Member Functions | |
| showFormCmd (Form $form=null) | |
| saveFormCmd () | |
| performSaveForm ($data) | |
| buildForm () | |
Definition at line 39 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| ilObjQuestionPoolSettingsGeneralGUI::__construct | ( | private readonly ilCtrl | $ctrl, |
| private readonly ilAccessHandler | $access, | ||
| private readonly ilLanguage | $lng, | ||
| private readonly ilGlobalTemplateInterface | $tpl, | ||
| private readonly ilTabsGUI | $tabs, | ||
| private readonly ilObjQuestionPoolGUI | $poolGUI, | ||
| private readonly Refinery | $refinery, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly UIRenderer | $ui_renderer, | ||
| private readonly HttpRequest | $http_request | ||
| ) |
Definition at line 46 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
|
private |
Definition at line 141 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References ILIAS\Repository\$refinery, ILIAS\Repository\ctrl(), ilMD\getGeneral(), ilObjQuestionPool\isSkillManagementGloballyActivated(), ILIAS\Repository\lng(), and ILIAS\UI\Implementation\Component\Input\withValue().
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 64 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:
|
private |
Definition at line 114 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $data.
Referenced by saveFormCmd().
Here is the caller graph for this function:
|
private |
Definition at line 96 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), performSaveForm(), and showFormCmd().
Here is the call graph for this function:
|
private |
Definition at line 87 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References buildForm(), and ILIAS\Repository\tabs().
Referenced by saveFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| const ilObjQuestionPoolSettingsGeneralGUI::CMD_SAVE_GENERAL_FORM = 'saveForm' |
Definition at line 42 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| const ilObjQuestionPoolSettingsGeneralGUI::CMD_SHOW_GENERAL_FORM = 'showForm' |
Definition at line 41 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
| const ilObjQuestionPoolSettingsGeneralGUI::TAB_COMMON_SETTINGS = 'settings' |
Definition at line 43 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by ilObjQuestionPoolGUI\addSettingsSubTabs().