PHP Интерфейс Elgg\Notifications\NotificationEvent

Наследование: extends Serializabl\Serializable
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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

Описание методов

getAction() публичный Метод

Get the name of the action
public getAction ( ) : string
Результат string

getActor() публичный Метод

Get the actor of the event
public getActor ( ) : ElggEntit\ElggEntity | false
Результат ElggEntit\ElggEntity | false

getActorGUID() публичный Метод

Get the GUID of the actor
public getActorGUID ( ) : integer
Результат integer

getDescription() публичный Метод

Get a description of the event
public getDescription ( ) : string
Результат string

getObject() публичный Метод

Get the object of the event
public getObject ( ) : ElggData
Результат ElggData