yii\db\QueryInterface::orFilterWhere PHP Метод

orFilterWhere() публичный Метод

The new condition and the existing one will be joined using the 'OR' operator.
См. также: filterWhere()
См. также: andFilterWhere()
public orFilterWhere ( array $condition )
$condition array the new WHERE condition. Please refer to [[where()]] on how to specify this parameter.
    public function orFilterWhere(array $condition);