Elgg
Version 6.1
|
Notification event interface. More...
Public Member Functions | |
getActor () | |
Get the actor of the event. More... | |
getActorGUID () | |
Get the GUID of the actor. More... | |
getObject () | |
Get the object of the event. More... | |
getAction () | |
Get the name of the action. More... | |
getDescription () | |
Get a description of the event. More... | |
Notification event interface.
Definition at line 11 of file NotificationEvent.php.
Elgg\Notifications\NotificationEvent::getAction | ( | ) |
Get the name of the action.
Implemented in Elgg\Notifications\SubscriptionNotificationEvent, and Elgg\Notifications\InstantNotificationEvent.
Elgg\Notifications\NotificationEvent::getActor | ( | ) |
Get the actor of the event.
Implemented in Elgg\Notifications\SubscriptionNotificationEvent, and Elgg\Notifications\InstantNotificationEvent.
Elgg\Notifications\NotificationEvent::getActorGUID | ( | ) |
Get the GUID of the actor.
Implemented in Elgg\Notifications\SubscriptionNotificationEvent, and Elgg\Notifications\InstantNotificationEvent.
Elgg\Notifications\NotificationEvent::getDescription | ( | ) |
Get a description of the event.
Implemented in Elgg\Notifications\SubscriptionNotificationEvent, and Elgg\Notifications\InstantNotificationEvent.
Elgg\Notifications\NotificationEvent::getObject | ( | ) |
Get the object of the event.
Implemented in Elgg\Notifications\SubscriptionNotificationEvent, and Elgg\Notifications\InstantNotificationEvent.