ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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 143 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References ILIAS\UI\examples\Layout\Page\Standard\$refinery, ILIAS\Repository\ctrl(), ilObjQuestionPool\isSkillManagementGloballyActivated(), ILIAS\Repository\lng(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by saveFormCmd(), and showFormCmd().
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().
|
private |
Definition at line 120 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
Referenced by saveFormCmd().
|
private |
Definition at line 103 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), ILIAS\UI\Implementation\Component\Progress\State\Bar\FAILURE, ILIAS\Repository\lng(), performSaveForm(), and showFormCmd().
|
private |
Definition at line 94 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References buildForm(), null, and ILIAS\Repository\tabs().
Referenced by saveFormCmd().
|
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().