LMongo\Query\Builder::__construct PHP Method

__construct() public method

Create a new query builder instance.
public __construct ( Connection $connection ) : void
$connection LMongo\Connection
return void
    public function __construct(\LMongo\Connection $connection)
    {
        $this->connection = $connection;
    }
Builder