filterCondition() protected method
Removes empty operands from the given query condition.
| protected array filterCondition ( $condition ) | ||
|---|---|---|
| $condition | array |
The original condition |
| return | array |
The condition with empty operands removed. |
| throws | yii\base\NotSupportedException |
if the condition operator is not supported |
Please login to continue.