buildAndCondition() public method
Connects two or more conditions with the AND operator.
| public array buildAndCondition ( $operator, $operands ) | ||
|---|---|---|
| $operator | string |
The operator to use for connecting the given operands |
| $operands | array |
The Mongo conditions to connect. |
| return | array |
The generated Mongo condition. |
Please login to continue.