yii\db\QueryInterface::orFilterWhere PHP Method

orFilterWhere() public method

The new condition and the existing one will be joined using the 'OR' operator.
See also: filterWhere()
See also: 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);