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