PHP 인터페이스 Elgg\Notifications\NotificationEvent

상속: extends Serializabl\Serializable
파일 보기 프로젝트 열기: elgg/elgg 0 사용 예제들

공개 메소드들

메소드 설명
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