style = $style; } function getCode(): string { // TODO: do we need to escape the content here? return html_tag("style", [], $this->style, false); } }