|
| recipientIsCommentContainerOwner (\ElggUser $recipient) |
| Tells if the recipient is the owner of the entity commented on. More...
|
|
| getNotificationSubject (\ElggUser $recipient, string $method) |
| {} More...
|
|
| getNotificationSummary (\ElggUser $recipient, string $method) |
| {} More...
|
|
| getNotificationBody (\ElggUser $recipient, string $method) |
| {} More...
|
|
| excludeOwnerSubscribers () |
| {} More...
|
|
Protected Member Functions inherited from Elgg\Notifications\NotificationEventHandler |
| prepareSubscriptions () |
| Returns subscriptions. More...
|
|
| filterMutedSubscriptions () |
| Should muted subscribers be filtered. More...
|
|
| getNotificationSubsciptionExclusionGUIDs () |
| Get an array of GUIDs to not get the subscription records for. More...
|
|
| excludeOwnerSubscribers () |
| Exclude the NotificationEvent object owner_guid when fetching the subscription records for this notification. More...
|
|
| excludeContainerSubscribers () |
| Exclude the NotificationEvent object container_guid when fetching the subscription records for this notification. More...
|
|
| excludeEntitySubscribers () |
| Exclude the NotificationEvent object guid when fetching the subscription records for this notification. More...
|
|
| sendNotifications (array $subscriptions, array $params=[]) |
| Sends the notifications based on subscriptions. More...
|
|
| sendNotification (int $guid, string $method, array $params=[]) |
| Send a notification to a subscriber. More...
|
|
| deliverNotification (Notification $notification, string $method) |
| Deliver a notification. More...
|
|
| prepareNotification (array $params) |
| Prepares a notification for delivery. More...
|
|
| getNotificationSubject (\ElggUser $recipient, string $method) |
| Get subject for the notification. More...
|
|
| getNotificationBody (\ElggUser $recipient, string $method) |
| Get body for the notification. More...
|
|
| getNotificationSummary (\ElggUser $recipient, string $method) |
| Return the summary for a notification. More...
|
|
| getNotificationURL (\ElggUser $recipient, string $method) |
| Returns the url related to this notification. More...
|
|
| getEventActor () |
| Get the acting user from the notification event. More...
|
|
| getEventEntity () |
| Get the entity from the notification event. More...
|
|
| addMuteLink () |
| Add a mute link in the email notification. More...
|
|
Notification Event Handler for 'object' 'comment' 'create' action.
- Since
- 4.0
Definition at line 10 of file CreateCommentEventHandler.php.