HtmlString
class HtmlString implements Htmlable (View source)
Methods
void
__construct(
string $html)
Create a new HTML string instance.
string
toHtml()
Get the the HTML string.
string
__toString()
Get the the HTML string.