|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
@ilCtrl_IsCalledBy ilPersonalNotificationsSettingsGUI: ilNotificationGUI More...
Collaboration diagram for ilPersonalNotificationsSettingsGUI:Public Member Functions | |
| __construct (?Container $dic=null) | |
| executeCommand () | |
| getForm () | |
Protected Member Functions | |
| checkSubscription (string $auth) | |
| addSubscription () | |
| removeSubscription () | |
| showClientSettings () | |
| fetchClientData () | |
| Respond a self-submitting form to fetch client data for push notifications. More... | |
Protected Attributes | |
| Container | $dic |
| PushRepository | $repo |
| array | $pushProvider |
@ilCtrl_IsCalledBy ilPersonalNotificationsSettingsGUI: ilNotificationGUI
Definition at line 35 of file class.ilPersonalNotificationsSettingsGUI.php.
| ilPersonalNotificationsSettingsGUI::__construct | ( | ?Container | $dic = null | ) |
Definition at line 42 of file class.ilPersonalNotificationsSettingsGUI.php.
References $DIC, $dic, $provider, and ILIAS\Setup\Artifact\BuildArtifactObjective\PATH().
Here is the call graph for this function:
|
protected |
Definition at line 137 of file class.ilPersonalNotificationsSettingsGUI.php.
References $data, and checkSubscription().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 123 of file class.ilPersonalNotificationsSettingsGUI.php.
Referenced by addSubscription(), removeSubscription(), and showClientSettings().
Here is the caller graph for this function:| ilPersonalNotificationsSettingsGUI::executeCommand | ( | ) |
Definition at line 57 of file class.ilPersonalNotificationsSettingsGUI.php.
References $data, addSubscription(), fetchClientData(), getForm(), ilUtil\getImagePath(), removeSubscription(), and showClientSettings().
Here is the call graph for this function:
|
protected |
Respond a self-submitting form to fetch client data for push notifications.
Definition at line 216 of file class.ilPersonalNotificationsSettingsGUI.php.
References $id.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPersonalNotificationsSettingsGUI::getForm | ( | ) |
Definition at line 247 of file class.ilPersonalNotificationsSettingsGUI.php.
References $provider.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 160 of file class.ilPersonalNotificationsSettingsGUI.php.
References checkSubscription().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 168 of file class.ilPersonalNotificationsSettingsGUI.php.
References $id, checkSubscription(), and ILIAS\UI\Implementation\Component\Button\withEngagedState().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file class.ilPersonalNotificationsSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilPersonalNotificationsSettingsGUI.php.
|
protected |
Definition at line 38 of file class.ilPersonalNotificationsSettingsGUI.php.