LMongo\Connection::getEventDispatcher PHP Method

getEventDispatcher() public method

Get the event dispatcher used by the connection.
public getEventDispatcher ( ) : Illuminate\Events\Dispatcher
return Illuminate\Events\Dispatcher
    public function getEventDispatcher()
    {
        return $this->events;
    }