Goetas\Twital\Twital::getEventDispatcher PHP Method

getEventDispatcher() public method

public getEventDispatcher ( ) : EventDispatcher
return Symfony\Component\EventDispatcher\EventDispatcher
    public function getEventDispatcher()
    {
        $this->initExtensions();
        return $this->dispatcher;
    }