value = $value; } /** * Get literal value * * @return string */ function __toString() { return $this->value; } }