value = $value; } /** * Returns the value that this condition compares against. * * @return mixed * @ignore */ public function getValue() { return $this->value; } } ?>