Autarky\Routing\ControllerTrait::dispatchEvent PHP Method

dispatchEvent() protected method

Dispatch an event.
protected dispatchEvent ( string $name, Symfony\Component\EventDispatcher\Event $event ) : mixed
$name string
$event Symfony\Component\EventDispatcher\Event
return mixed
    protected function dispatchEvent($name, Event $event)
    {
        return $this->getEventDispatcher()->dispatch($name, $event);
    }