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