sValue = $sValue; } public function __toString(): string { return $this->sValue; } public function jsonSerialize(): mixed { return $this->sValue; } }