LMongo\Connection::getEventDispatcher PHP Метод

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

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