yii\db\QueryInterface::filterWhere PHP 메소드

filterWhere() 공개 메소드

Sets the WHERE part of the query ignoring empty parameters.
또한 보기: andFilterWhere()
또한 보기: orFilterWhere()
public filterWhere ( array $condition )
$condition array the conditions that should be put in the WHERE part. Please refer to [[where()]] on how to specify this parameter.
    public function filterWhere(array $condition);