Elgg
Version 2.3
engine
classes
Elgg
Notifications
NotificationEvent.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Notifications
;
4
5
use
ElggData
;
6
use
ElggEntity
;
7
use Serializable;
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
}
ElggData
Definition:
ElggData.php:14
ElggEntity
Definition:
ElggEntity.php:47
Elgg\Notifications\NotificationEvent
Definition:
NotificationEvent.php:15
Elgg\Notifications\NotificationEvent\getActorGUID
getActorGUID()
Get the GUID of the actor.
Elgg\Notifications\NotificationEvent\getDescription
getDescription()
Get a description of the event.
Elgg\Notifications\NotificationEvent\getActor
getActor()
Get the actor of the event.
Elgg\Notifications\NotificationEvent\getAction
getAction()
Get the name of the action.
Elgg\Notifications\NotificationEvent\getObject
getObject()
Get the object of the event.
Elgg\Notifications
Definition:
Event.php:2
Generated on Fri Aug 29 2025 00:00:46 for Elgg by
1.9.1