Elgg
Version 2.3
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
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
}
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:
Event.php:2
Serializable
ElggData
Elgg\Notifications\NotificationEvent
Definition:
NotificationEvent.php:15
ElggEntity
elgg ElggEntity
Definition:
ElggEntity.js:16
use
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
Generated on Sat Dec 21 2024 00:01:03 for Elgg by
1.8.11