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

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