Elgg
Version 2.3
|
Additional Inherited Members | |
Public Member Functions inherited from Elgg\Notifications\Event | |
__construct (ElggData $object, $action, ElggEntity $actor=null) | |
Create a notification event. More... | |
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... | |
toObject () | |
Export the notification event into a serializable object This method is mainly used for logging purposes. More... | |
Protected Attributes inherited from Elgg\Notifications\Event | |
$action | |
$object | |
$actor | |