| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 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().
 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 120 of file class.ilObjQuestionPoolSettingsGeneralGUI.php.
References $data.
Referenced by saveFormCmd().
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 94 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().