HtmlStringable
interface HtmlStringable
Marks a value as pre-escaped HTML that should not be escaped again when rendered.
Methods
string
__toString()
Returns content in HTML format (no further escaping needed).
Details
at line 17
string
__toString()
Returns content in HTML format (no further escaping needed).