text = $text; } public function asHTML(): string { return htmlspecialchars($this->text); } }