PHP Interface Elgg\Notifications\NotificationEvent

Inheritance: extends Serializabl\Serializable
Afficher le fichier Open project: elgg/elgg Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Get the name of the action
public getAction ( ) : string
Résultat string

getActor() public méthode

Get the actor of the event
public getActor ( ) : ElggEntit\ElggEntity | false
Résultat ElggEntit\ElggEntity | false

getActorGUID() public méthode

Get the GUID of the actor
public getActorGUID ( ) : integer
Résultat integer

getDescription() public méthode

Get a description of the event
public getDescription ( ) : string
Résultat string

getObject() public méthode

Get the object of the event
public getObject ( ) : ElggData
Résultat ElggData