PHP Interface Elgg\Notifications\NotificationEvent

Inheritance: extends Serializabl\Serializable
Exibir arquivo Open project: elgg/elgg Interface Usage Examples

Public Methods

Method Description
getAction ( ) : string Get the name of the action
getActor ( ) : ElggEntit\ElggEntity | false Get the actor of the event
getActorGUID ( ) : integer Get the GUID of the actor
getDescription ( ) : string Get a description of the event
getObject ( ) : ElggData Get the object of the event

Method Details

getAction() public method

Get the name of the action
public getAction ( ) : string
return string

getActor() public method

Get the actor of the event
public getActor ( ) : ElggEntit\ElggEntity | false
return ElggEntit\ElggEntity | false

getActorGUID() public method

Get the GUID of the actor
public getActorGUID ( ) : integer
return integer

getDescription() public method

Get a description of the event
public getDescription ( ) : string
return string

getObject() public method

Get the object of the event
public getObject ( ) : ElggData
return ElggData