예제 #1
0
 /**
  * Add where not equal criteria.
  *
  * @param string $value
  * @return QueryProxy this instance
  */
 public function notEqual($value)
 {
     $this->queryChanged = true;
     return parent::notEqual($value);
 }