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