buildRegexCondition() public method
Creates a Mongo regular expression condition.
| public array buildRegexCondition ( $operator, $operands ) | ||
|---|---|---|
| $operator | string |
The operator to use |
| $operands | array |
The first operand is the column name. The second operand is a single value that column value should be compared with. |
| return | array |
The generated Mongo condition. |
| throws | yii\base\InvalidParamException |
if wrong number of operands have been given. |
Please login to continue.