class Html implements HtmlStringable

Wraps a pre-escaped HTML string so it is not escaped again when rendered.

Methods

__construct(string|Stringable|null $value)

No description

string
__toString()

Returns content in HTML format (no further escaping needed).

Details

at line 19
__construct(string|Stringable|null $value)

No description

Parameters

string|Stringable|null $value

at line 25
string __toString()

Returns content in HTML format (no further escaping needed).

Return Value

string