Exemple #1
0
 /**
  * Apply an "not in" constraint to this property
  *
  * @param   var[] values
  * @return  rdbms.criterion.SimpleExpression
  */
 public function notIn($values)
 {
     return Restrictions::notIn($this, $values);
 }