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