ILIAS
Release_4_4_x_branch Revision 61816
|
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() |
ilNotificationGUI: ilNotificationGUI: ilPersonalProfileGUI, ilPersonalDesktopGUI
Definition at line 18 of file class.ilNotificationGUI.php.
ilNotificationGUI::__construct | ( | ) |
Constructor public.
Definition at line 26 of file class.ilNotificationGUI.php.
ilNotificationGUI::_forwards | ( | ) |
Definition at line 32 of file class.ilNotificationGUI.php.
ilNotificationGUI::addHandler | ( | $channel, | |
ilNotificationHandler | $handler | ||
) |
Definition at line 101 of file class.ilNotificationGUI.php.
References $handler.
ilNotificationGUI::addLocatorItems | ( | ) |
ilNotificationGUI::executeCommand | ( | ) |
|
private |
Definition at line 55 of file class.ilNotificationGUI.php.
Referenced by showSettingsObject().
|
private |
Definition at line 51 of file class.ilNotificationGUI.php.
Referenced by showSettingsObject().
ilNotificationGUI::getHandler | ( | $type | ) |
Definition at line 47 of file class.ilNotificationGUI.php.
ilNotificationGUI::getOSDNotificationsObject | ( | ) |
Returns the pending on screen notifications for a user request.
ilUser $ilUser
Definition at line 68 of file class.ilNotificationGUI.php.
References $_REQUEST, $GLOBALS, $ilUser, $result, exit, and ilNotificationOSDHandler\getNotificationsForUser().
ilNotificationGUI::removeOSDNotificationsObject | ( | ) |
Definition at line 88 of file class.ilNotificationGUI.php.
References $_REQUEST, $GLOBALS, $ilUser, exit, and ilNotificationOSDHandler\removeNotification().
|
private |
Definition at line 108 of file class.ilNotificationGUI.php.
References $_POST, $ilUser, and showSettingsObject().
|
private |
Definition at line 160 of file class.ilNotificationGUI.php.
References $_REQUEST, $ilCtrl, $ilUser, ilNotificationDatabaseHandler\setUserConfig(), and showSettingsObject().
ilNotificationGUI::showSettingsObject | ( | ) |
Definition at line 122 of file class.ilNotificationGUI.php.
References $ilCtrl, $ilUser, $lng, $tpl, getAvailableChannels(), getAvailableTypes(), ilNotificationDatabaseHandler\loadUserConfig(), and ilCheckboxInputGUI\setValue().
Referenced by saveCustomizingOptionObject(), and saveSettingsObject().
|
private |
Definition at line 20 of file class.ilNotificationGUI.php.
Referenced by addHandler().