|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\User\Privacy\SettingsGUI:Public Member Functions | |
| __construct (private readonly \ilLanguage $lng, private readonly \ilCtrl $ctrl, private readonly \ilAppEventHandler $event, private readonly ServerRequestInterface $request, private readonly \ilObjUser $user, private readonly \ilSetting $settings, private readonly \ilGlobalTemplateInterface $tpl, private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly SettingsImplementation $user_settings, private readonly ProfileVisibility $profile_mode, private readonly ChecklistStatus $checklist_status, private readonly \ilSetting $chat_settings, private readonly \ilSetting $notification_settings) | |
| executeCommand () | |
| showCmd (?StandardForm $form=null) | |
| saveCmd () | |
| shouldDisplayChatSection () | |
| shouldDisplayNotificationSection () | |
Private Member Functions | |
| buildPrivacySettingsForm (?StandardForm $form) | |
| buildPublicProfilePresentation () | |
| buildChatJsTemplate (\ilGlobalTemplateInterface $global_template) | |
| initForm () | |
| shouldShowOnScreenChatOptions () | |
| shouldShowChatTypingBroadcastOption () | |
| shouldShowNotificationOptions () | |
Definition at line 34 of file class.SettingsGUI.php.
| ILIAS\User\Privacy\SettingsGUI::__construct | ( | private readonly \ilLanguage | $lng, |
| private readonly \ilCtrl | $ctrl, | ||
| private readonly \ilAppEventHandler | $event, | ||
| private readonly ServerRequestInterface | $request, | ||
| private readonly \ilObjUser | $user, | ||
| private readonly \ilSetting | $settings, | ||
| private readonly \ilGlobalTemplateInterface | $tpl, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly UIRenderer | $ui_renderer, | ||
| private readonly SettingsImplementation | $user_settings, | ||
| private readonly ProfileVisibility | $profile_mode, | ||
| private readonly ChecklistStatus | $checklist_status, | ||
| private readonly \ilSetting | $chat_settings, | ||
| private readonly \ilSetting | $notification_settings | ||
| ) |
Definition at line 36 of file class.SettingsGUI.php.
|
private |
Definition at line 133 of file class.SettingsGUI.php.
|
private |
Definition at line 94 of file class.SettingsGUI.php.
|
private |
Definition at line 103 of file class.SettingsGUI.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\User\Privacy\SettingsGUI::executeCommand | ( | ) |
Definition at line 54 of file class.SettingsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 153 of file class.SettingsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\User\Privacy\SettingsGUI::saveCmd | ( | ) |
Definition at line 71 of file class.SettingsGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\User\Profile\ChecklistStatus\STEP_VISIBILITY_OPTIONS, and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\User\Privacy\SettingsGUI::shouldDisplayChatSection | ( | ) |
Definition at line 176 of file class.SettingsGUI.php.
| ILIAS\User\Privacy\SettingsGUI::shouldDisplayNotificationSection | ( | ) |
Definition at line 186 of file class.SettingsGUI.php.
|
private |
Definition at line 171 of file class.SettingsGUI.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
private |
Definition at line 181 of file class.SettingsGUI.php.
|
private |
Definition at line 165 of file class.SettingsGUI.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ILIAS\User\Privacy\SettingsGUI::showCmd | ( | ?StandardForm | $form = null | ) |
Definition at line 61 of file class.SettingsGUI.php.