예제 #1
0
 /**
  * Adds values to the array only if they are not in the array already.
  *
  * @param array $values
  * @return QueryProxy this instance
  */
 public function addManyToSet(array $values)
 {
     $this->queryChanged = true;
     return parent::addManyToSet($values);
 }