|
ILIAS
Release_5_0_x_branch Revision 61816
|
Collaboration diagram for ilNotificationGUI:Public Member Functions | |
| __construct () | |
| Constructor public. | |
| _forwards () | |
| executeCommand () | |
| getHandler ($type) | |
| getOSDNotificationsObject () | |
| Returns the pending on screen notifications for a user request. | |
| removeOSDNotificationsObject () | |
| addHandler ($channel, ilNotificationHandler $handler) | |
| showSettingsObject () | |
| addLocatorItems () | |
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 public.
Definition at line 24 of file class.ilNotificationGUI.php.
| ilNotificationGUI::_forwards | ( | ) |
Definition at line 31 of file class.ilNotificationGUI.php.
| ilNotificationGUI::addHandler | ( | $channel, | |
| ilNotificationHandler | $handler | ||
| ) |
Definition at line 102 of file class.ilNotificationGUI.php.
References $handler.
| ilNotificationGUI::addLocatorItems | ( | ) |
| ilNotificationGUI::executeCommand | ( | ) |
|
private |
Definition at line 58 of file class.ilNotificationGUI.php.
Referenced by showSettingsObject().
Here is the caller graph for this function:
|
private |
Definition at line 53 of file class.ilNotificationGUI.php.
Referenced by showSettingsObject().
Here is the caller graph for this function:| ilNotificationGUI::getHandler | ( | $type | ) |
Definition at line 48 of file class.ilNotificationGUI.php.
| ilNotificationGUI::getOSDNotificationsObject | ( | ) |
Returns the pending on screen notifications for a user request.
Definition at line 70 of file class.ilNotificationGUI.php.
References $_REQUEST, $ilUser, $result, exit, and ilNotificationOSDHandler\getNotificationsForUser().
Here is the call graph for this function:| ilNotificationGUI::removeOSDNotificationsObject | ( | ) |
Definition at line 90 of file class.ilNotificationGUI.php.
References $_REQUEST, $ilUser, exit, and ilNotificationOSDHandler\removeNotification().
Here is the call graph for this function:
|
private |
Definition at line 110 of file class.ilNotificationGUI.php.
References $_POST, $ilUser, and showSettingsObject().
Here is the call graph for this function:
|
private |
Definition at line 167 of file class.ilNotificationGUI.php.
References $_REQUEST, $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 $ilCtrl, $ilUser, $lng, $tpl, getAvailableChannels(), getAvailableTypes(), ilNotificationDatabaseHandler\loadUserConfig(), and ilCheckboxInputGUI\setValue().
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 18 of file class.ilNotificationGUI.php.
Referenced by addHandler().