content = $content; $this->negated = $negated; } /** * Returns the string representation of this condition. * * @return string */ public function __toString() { return $this->content; } } ?>