Documentation

HtmlString
in package
implements Htmlable

Interfaces, Classes and Traits

Htmlable

Table of Contents

$html  : string
The HTML string.
__construct()  : void
Create a new HTML string instance.
__toString()  : string
Get the HTML string.
toHtml()  : string
Get the HTML string.

Properties

Methods

__construct()

Create a new HTML string instance.

public __construct(string $html) : void
Parameters
$html : string
Return values
void

__toString()

Get the HTML string.

public __toString() : string
Return values
string

toHtml()

Get the HTML string.

public toHtml() : string
Return values
string

Search results