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