Illuminate\Database\Connection::getEventDispatcher PHP Метод

getEventDispatcher() публичный Метод

Get the event dispatcher used by the connection.
public getEventDispatcher ( ) : Illuminate\Contracts\Events\Dispatcher
Результат Illuminate\Contracts\Events\Dispatcher
    public function getEventDispatcher()
    {
        return $this->events;
    }