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