40 _elgg_services()->deprecation->sendNotice(__CLASS__ .
' is deprecated. ' 83 return $this->actor ? $this->actor->guid : 0;
114 return implode(
':', [
116 $this->object->getType(),
117 $this->
object->getSubtype(),
129 $vars = get_object_vars($this);
131 if (is_object(
$value) && is_callable([
$value,
'toObject'])) {
132 $obj->$key =
$value->toObject();
__construct(ElggData $object, $action, ElggEntity $actor=null)
Create a notification event.
getAction()
Get the name of the action.
getActorGUID()
Get the GUID of the actor.
toObject()
Export the notification event into a serializable object This method is mainly used for logging purpo...
_elgg_services(\Elgg\Di\ServiceProvider $services=null)
Get the global service provider.
getActor()
Get the actor of the event.
getDescription()
Get a description of the event.
http free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
getObject()
Get the object of the event.