$deprHandlers | Elgg\Notifications\NotificationsService | protected |
$deprSubjects | Elgg\Notifications\NotificationsService | protected |
$entities | Elgg\Notifications\NotificationsService | protected |
$events | Elgg\Notifications\NotificationsService | protected |
$hooks | Elgg\Notifications\NotificationsService | protected |
$logger | Elgg\Notifications\NotificationsService | protected |
$methods | Elgg\Notifications\NotificationsService | protected |
$queue | Elgg\Notifications\NotificationsService | protected |
$session | Elgg\Notifications\NotificationsService | protected |
$subscriptions | Elgg\Notifications\NotificationsService | protected |
$translator | Elgg\Notifications\NotificationsService | protected |
__construct(SubscriptionsService $subscriptions, Queue $queue, PluginHooksService $hooks, ElggSession $session, Translator $translator, EntityTable $entities, Logger $logger) | Elgg\Notifications\NotificationsService | |
enqueueEvent($action, $type, $object) | Elgg\Notifications\NotificationsService | |
existsDeprecatedNotificationOverride(NotificationEvent $event) | Elgg\Notifications\NotificationsService | protected |
getDeprecatedHandler($method) | Elgg\Notifications\NotificationsService | |
getDeprecatedNotificationBody(Notification $notification, NotificationEvent $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, $matrix=false) | 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 | |
sendInstantNotifications(\ElggEntity $sender, array $recipients=[], array $params=[]) | Elgg\Notifications\NotificationsService | |
sendNotification(NotificationEvent $event, $guid, $method, array $params=[]) | Elgg\Notifications\NotificationsService | protected |
sendNotifications($event, $subscriptions, array $params=[]) | Elgg\Notifications\NotificationsService | protected |
setDeprecatedNotificationSubject($type, $subtype, $subject) | Elgg\Notifications\NotificationsService | |
unregisterEvent($type, $subtype) | Elgg\Notifications\NotificationsService | |
unregisterMethod($name) | Elgg\Notifications\NotificationsService | |