Elgg
Version 6.1
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
11
interface
NotificationEvent
{
12
19
public
function
getActor
();
20
26
public
function
getActorGUID
();
27
34
public
function
getObject
();
35
41
public
function
getAction
();
42
48
public
function
getDescription
();
49
}
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:11
Generated on Wed Dec 4 2024 00:00:21 for Elgg by
1.8.11