메소드 |
설명 |
|
__construct ( ElggDat\ElggData $object, string $action, ElggEntit\ElggEntity $actor = null ) |
Create a notification event |
|
getAction ( ) : string |
Get the name of the action |
|
getActor ( ) : ElggEntit\ElggEntity | false | null |
Get the actor of the event |
|
getActorGUID ( ) : integer |
Get the GUID of the actor |
|
getDescription ( ) : string |
Get a description of the event |
|
getObject ( ) : ElggDat\ElggData | false | null |
Get the object of the event |
|
toObject ( ) : stdClas\stdClass |
Export the notification event into a serializable object
This method is mainly used for logging purposes |
|