ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by ILIAS\User\Profile\Prompt\SettingsGUI\save().
ILIAS\User\Profile\Prompt\SettingsGUI::executeCommand | ( | ) |
Definition at line 48 of file class.SettingsGUI.php.
References ILIAS\Repository\ctrl().
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(), null, and ILIAS\User\Profile\Prompt\SettingsGUI\show().
ILIAS\User\Profile\Prompt\SettingsGUI::show | ( | ) |
Definition at line 61 of file class.SettingsGUI.php.
Referenced by ILIAS\User\Profile\Prompt\SettingsGUI\save().
|
private |
Definition at line 33 of file class.SettingsGUI.php.