The MongoDB\Driver\Query class

Introduction

The MongoDB\Driver\Query class is a value object that represents a database query.

Class synopsis

MongoDB\Driver\Query
final class MongoDB\Driver\Query {
/* Methods */
final public __construct(arrayobject $filter, arraynull $queryOptions = null)
}
Table of Contents