36 $this->
object = $object;
71 return [$this->name, $this->type, $this->object];
getType()
{Get the type of the event object.string}
elgg()
{Get the DI container.PublicContainer}
Models a user event passed to event handlers.
getName()
{Get the name of the event.string}
getObject()
{Get the object of the event.mixed}
The object passed to invokable class name handlers.
__construct(PublicContainer $dic, $name, $type, $object)
Constructor.
Models an event passed to event handlers.
Models an object event passed to event handlers.