$access | Elgg_Notifications_NotificationsService | protected |
$deprHandlers | Elgg_Notifications_NotificationsService | protected |
$deprSubjects | Elgg_Notifications_NotificationsService | protected |
$events | Elgg_Notifications_NotificationsService | protected |
$hooks | Elgg_Notifications_NotificationsService | protected |
$methods | Elgg_Notifications_NotificationsService | protected |
$queue | Elgg_Notifications_NotificationsService | protected |
$subscriptions | Elgg_Notifications_NotificationsService | protected |
__construct(Elgg_Notifications_SubscriptionsService $subscriptions, Elgg_Queue_Queue $queue, Elgg_PluginHooksService $hooks, Elgg_Access $access) | Elgg_Notifications_NotificationsService | |
enqueueEvent($action, $type, $object) | Elgg_Notifications_NotificationsService | |
existsDeprecatedNotificationOverride(Elgg_Notifications_Event $event) | Elgg_Notifications_NotificationsService | protected |
getDeprecatedHandler($method) | Elgg_Notifications_NotificationsService | |
getDeprecatedNotificationBody(Elgg_Notifications_Notification $notification, Elgg_Notifications_Event $event, $method) | Elgg_Notifications_NotificationsService | protected |
getDeprecatedNotificationSubject($type, $subtype) | Elgg_Notifications_NotificationsService | protected |
getEvents() | Elgg_Notifications_NotificationsService | |
getMethods() | Elgg_Notifications_NotificationsService | |
getMethodsAsDeprecatedGlobal() | Elgg_Notifications_NotificationsService | |
processQueue($stopTime) | Elgg_Notifications_NotificationsService | |
QUEUE_NAME | Elgg_Notifications_NotificationsService | |
registerDeprecatedHandler($method, $handler) | Elgg_Notifications_NotificationsService | |
registerEvent($type, $subtype, array $actions=array()) | Elgg_Notifications_NotificationsService | |
registerMethod($name) | Elgg_Notifications_NotificationsService | |
sendNotification(Elgg_Notifications_Event $event, $guid, $method) | Elgg_Notifications_NotificationsService | protected |
sendNotifications($event, $subscriptions) | Elgg_Notifications_NotificationsService | protected |
setDeprecatedNotificationSubject($type, $subtype, $subject) | Elgg_Notifications_NotificationsService | |
unregisterEvent($type, $subtype) | Elgg_Notifications_NotificationsService | |
unregisterMethod($name) | Elgg_Notifications_NotificationsService | |