void __construct(string $html) Create a new HTML string instance. Parameters string $html Return Value void
string toHtml() Get the HTML string. Return Value string
HtmlString class HtmlString implements Htmlable (View source) Methods void __construct(string $html) Create a new HTML string instance. string toHtml() Get the HTML string. string __toString() Get the HTML string.
HtmlDumper class HtmlDumper extends HtmlDumper (View source)
string toHtml() Get content as a string of HTML. Return Value string
Htmlable interface Htmlable (View source) Methods string toHtml() Get content as a string of HTML.
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Page 591 of 996