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