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

Adds an OR clause to the query.
public orWhere ( string $condition, mixed $value )
$condition string
$value mixed
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function orWhere($condition, $value = null)
 {
     return $this->command->orWhere($condition, $value);
 }