예제 #1
0
 /**
  * Add a new where criteria erasing all old criteria.
  *
  * @param string $value
  * @return QueryProxy this instance
  */
 public function equals($value)
 {
     $this->queryChanged = true;
     return parent::equals($value);
 }