|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilNotificationGUI:Public Member Functions | |
| __construct () | |
| Constructor @access public. More... | |
| executeCommand () | |
| getHandler ($type) | |
| getOSDNotificationsObject () | |
| Returns the pending on screen notifications for a user request. More... | |
| removeOSDNotificationsObject () | |
| addHandler ($channel, ilNotificationHandler $handler) | |
| showSettingsObject () | |
| addLocatorItems () | |
Static Public Member Functions | |
| static | _forwards () |
Private Member Functions | |
| getAvailableTypes ($types=array()) | |
| getAvailableChannels ($types=array()) | |
| saveCustomizingOptionObject () | |
| saveSettingsObject () | |
Private Attributes | |
| $handler = array() | |
Definition at line 15 of file class.ilNotificationGUI.php.
| ilNotificationGUI::__construct | ( | ) |
Constructor @access public.
Definition at line 23 of file class.ilNotificationGUI.php.
|
static |
Definition at line 30 of file class.ilNotificationGUI.php.
| ilNotificationGUI::addHandler | ( | $channel, | |
| ilNotificationHandler | $handler | ||
| ) |
Definition at line 104 of file class.ilNotificationGUI.php.
References $handler.
| ilNotificationGUI::addLocatorItems | ( | ) |
Definition at line 173 of file class.ilNotificationGUI.php.
| ilNotificationGUI::executeCommand | ( | ) |
|
private |
Definition at line 57 of file class.ilNotificationGUI.php.
References ilNotificationDatabaseHandler\getAvailableChannels().
Referenced by showSettingsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 52 of file class.ilNotificationGUI.php.
References ilNotificationDatabaseHandler\getAvailableTypes().
Referenced by showSettingsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNotificationGUI::getHandler | ( | $type | ) |
Definition at line 47 of file class.ilNotificationGUI.php.
References $type.
| ilNotificationGUI::getOSDNotificationsObject | ( | ) |
Returns the pending on screen notifications for a user request.
Definition at line 69 of file class.ilNotificationGUI.php.
References $ilUser, $result, ilSession\enableWebAccessWithoutSession(), exit, and ilNotificationOSDHandler\getNotificationsForUser().
Here is the call graph for this function:| ilNotificationGUI::removeOSDNotificationsObject | ( | ) |
Definition at line 90 of file class.ilNotificationGUI.php.
References $ilUser, ilSession\enableWebAccessWithoutSession(), exit, and ilNotificationOSDHandler\removeNotification().
Here is the call graph for this function:
|
private |
Definition at line 113 of file class.ilNotificationGUI.php.
References $_POST, $ilUser, and showSettingsObject().
Here is the call graph for this function:
|
private |
Definition at line 164 of file class.ilNotificationGUI.php.
References $ilCtrl, $ilUser, ilNotificationDatabaseHandler\setUserConfig(), and showSettingsObject().
Here is the call graph for this function:| ilNotificationGUI::showSettingsObject | ( | ) |
Definition at line 126 of file class.ilNotificationGUI.php.
References $form, $ilCtrl, $ilUser, $lng, $table, $tpl, getAvailableChannels(), getAvailableTypes(), and ilNotificationDatabaseHandler\loadUserConfig().
Referenced by saveCustomizingOptionObject(), and saveSettingsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 17 of file class.ilNotificationGUI.php.
Referenced by addHandler().