html = $html; } public function getHtml(): string { return $this->html; } public function setHtml(string $html): void { $this->html = $html; } }