Example #1
0
 /**
  * Add a new where in criteria.
  *
  * @param mixed $values
  * @return QueryProxy this instance
  */
 public function in($values)
 {
     $this->queryChanged = true;
     return parent::in($values);
 }