|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\User\Profile\Prompt\SettingsGUI:Public Member Functions | |
| __construct (private readonly \ilCtrl $ctrl, private readonly Language $lng, private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private \ilGlobalTemplateInterface $tpl, private readonly ServerRequestInterface $request, private readonly Refinery $refinery, private readonly Repository $prompt_repository) | |
| executeCommand () | |
| show () | |
| save () | |
Private Member Functions | |
| buildForm () | |
Private Attributes | |
| Settings | $prompt_settings |
Definition at line 31 of file class.SettingsGUI.php.
| ILIAS\User\Profile\Prompt\SettingsGUI::__construct | ( | private readonly \ilCtrl | $ctrl, |
| private readonly Language | $lng, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly UIRenderer | $ui_renderer, | ||
| private \ilGlobalTemplateInterface | $tpl, | ||
| private readonly ServerRequestInterface | $request, | ||
| private readonly Refinery | $refinery, | ||
| private readonly Repository | $prompt_repository | ||
| ) |
Definition at line 35 of file class.SettingsGUI.php.
|
private |
Definition at line 88 of file class.SettingsGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ILIAS\User\Profile\Prompt\SettingsGUI\save().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\User\Profile\Prompt\SettingsGUI::executeCommand | ( | ) |
Definition at line 48 of file class.SettingsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\User\Profile\Prompt\SettingsGUI::save | ( | ) |
Definition at line 70 of file class.SettingsGUI.php.
References $data, ILIAS\User\Profile\Prompt\SettingsGUI\buildForm(), ILIAS\Repository\lng(), and ILIAS\User\Profile\Prompt\SettingsGUI\show().
Here is the call graph for this function:| ILIAS\User\Profile\Prompt\SettingsGUI::show | ( | ) |
Definition at line 61 of file class.SettingsGUI.php.
Referenced by ILIAS\User\Profile\Prompt\SettingsGUI\save().
Here is the caller graph for this function:
|
private |
Definition at line 33 of file class.SettingsGUI.php.