_subselect = $subselect; } public function setNot($bool) { $this->_not = $bool; } public function getNot() { return $this->_not; } }