|
Elgg
Version 2.3
|
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... | |
Definition at line 15 of file NotificationEvent.php.
| Elgg\Notifications\NotificationEvent::getAction | ( | ) |
Get the name of the action.
Implemented in Elgg\Notifications\InstantNotificationEvent, and Elgg\Notifications\Event.
| Elgg\Notifications\NotificationEvent::getActor | ( | ) |
Get the actor of the event.
Implemented in Elgg\Notifications\InstantNotificationEvent, and Elgg\Notifications\Event.
| Elgg\Notifications\NotificationEvent::getActorGUID | ( | ) |
Get the GUID of the actor.
Implemented in Elgg\Notifications\InstantNotificationEvent, and Elgg\Notifications\Event.
| Elgg\Notifications\NotificationEvent::getDescription | ( | ) |
Get a description of the event.
Implemented in Elgg\Notifications\InstantNotificationEvent, and Elgg\Notifications\Event.
| Elgg\Notifications\NotificationEvent::getObject | ( | ) |
Get the object of the event.
Implemented in Elgg\Notifications\InstantNotificationEvent, and Elgg\Notifications\Event.