Elgg  Version 2.3
NotificationEvent.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Notifications;
4 
8 
15 interface NotificationEvent extends Serializable {
16 
22  public function getActor();
23 
29  public function getActorGUID();
30 
36  public function getObject();
37 
43  public function getAction();
44 
50  public function getDescription();
51 
52 }
getObject()
Get the object of the event.
getDescription()
Get a description of the event.
getActorGUID()
Get the GUID of the actor.
getAction()
Get the name of the action.
getActor()
Get the actor of the event.
elgg ElggEntity
Definition: ElggEntity.js:16
http free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
Definition: MIT-LICENSE.txt:5