_expression = $expression; } public function getExpression() { return $this->_expression; } public function setNot($bool) { $this->_not = $bool; } public function isNot() { return $this->_not; } }