34 $this->
object = $object;
getType()
{Get the type of the event object.string}
elgg()
{Get the DI container.PublicContainer}
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.