ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct () | |
Constructor 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 public.
Definition at line 24 of file class.ilNotificationGUI.php.
|
static |
ilNotificationGUI::addHandler | ( | $channel, | |
ilNotificationHandler | $handler | ||
) |
ilNotificationGUI::addLocatorItems | ( | ) |
ilNotificationGUI::executeCommand | ( | ) |
Definition at line 36 of file class.ilNotificationGUI.php.
|
private |
Definition at line 58 of file class.ilNotificationGUI.php.
References ilNotificationDatabaseHandler\getAvailableChannels().
Referenced by showSettingsObject().
|
private |
Definition at line 53 of file class.ilNotificationGUI.php.
References ilNotificationDatabaseHandler\getAvailableTypes().
Referenced by showSettingsObject().
ilNotificationGUI::getHandler | ( | $type | ) |
Definition at line 48 of file class.ilNotificationGUI.php.
ilNotificationGUI::getOSDNotificationsObject | ( | ) |
Returns the pending on screen notifications for a user request.
ilUser $ilUser
Definition at line 70 of file class.ilNotificationGUI.php.
References $ilUser, $result, ilSession\enableWebAccessWithoutSession(), exit, ilNotificationOSDHandler\getNotificationsForUser(), and time.
ilNotificationGUI::removeOSDNotificationsObject | ( | ) |
Definition at line 92 of file class.ilNotificationGUI.php.
References $ilUser, ilSession\enableWebAccessWithoutSession(), exit, and ilNotificationOSDHandler\removeNotification().
|
private |
Definition at line 114 of file class.ilNotificationGUI.php.
References $_POST, $ilUser, and showSettingsObject().
|
private |
Definition at line 171 of file class.ilNotificationGUI.php.
References $ilCtrl, $ilUser, array, ilNotificationDatabaseHandler\setUserConfig(), and showSettingsObject().
ilNotificationGUI::showSettingsObject | ( | ) |
Definition at line 130 of file class.ilNotificationGUI.php.
References $ilCtrl, $ilUser, $lng, $tpl, array, getAvailableChannels(), getAvailableTypes(), ilNotificationDatabaseHandler\loadUserConfig(), and ilCheckboxInputGUI\setValue().
Referenced by saveCustomizingOptionObject(), and saveSettingsObject().
|
private |
Definition at line 18 of file class.ilNotificationGUI.php.
Referenced by addHandler().