Elgg
Version 5.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Notifications
NotificationEvent.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Notifications
;
4
10
interface
NotificationEvent
{
11
17
public
function
getActor
();
18
24
public
function
getActorGUID
();
25
31
public
function
getObject
();
32
38
public
function
getAction
();
39
45
public
function
getDescription
();
46
}
Elgg\Notifications\NotificationEvent\getObject
getObject()
Get the object of the event.
Elgg\Notifications\NotificationEvent\getDescription
getDescription()
Get a description of the event.
Elgg\Notifications\NotificationEvent\getActorGUID
getActorGUID()
Get the GUID of the actor.
Elgg\Notifications\NotificationEvent\getAction
getAction()
Get the name of the action.
Elgg\Notifications\NotificationEvent\getActor
getActor()
Get the actor of the event.
Elgg\Notifications
Definition:
CreateCommentEventHandler.php:3
Elgg\Notifications\NotificationEvent
Notification event interface.
Definition:
NotificationEvent.php:10
Generated on Sun Sep 24 2023 00:00:22 for Elgg by
1.8.11