LMongo\Query\Builder::getConnection PHP Method

getConnection() public method

Get the database connection instance.
public getConnection ( ) : Connection
return LMongo\Connection
    public function getConnection()
    {
        return $this->connection;
    }
Builder