Example #1
0
 /**
  * Add where near criteria.
  *
  * @param string $x
  * @param string $y
  * @return QueryProxy this instance
  */
 public function near($value)
 {
     $this->queryChanged = true;
     return parent::near($value);
 }