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

Resets the WHERE conditions.
public resetWhere ( )
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function resetWhere()
 {
     $this->command->resetWhere();
     return $this->command;
 }