Cartalyst\Sentinel\Native\SentinelBootstrapper::getEventDispatcher PHP Метод

getEventDispatcher() защищенный Метод

Returns the event dispatcher.
protected getEventDispatcher ( ) : Illuminate\Events\Dispatcher
Результат Illuminate\Events\Dispatcher
    protected function getEventDispatcher()
    {
        if (!$this->dispatcher) {
            $this->dispatcher = new Dispatcher();
        }
        return $this->dispatcher;
    }