class Expression extends HtmlString (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.

Details

in HtmlString at line line 22
void __construct( string $html)

Create a new HTML string instance.

Parameters

string $html

Return Value

void

in HtmlString at line line 32
string toHtml()

Get the the HTML string.

Return Value

string

in HtmlString at line line 42
string __toString()

Get the the HTML string.

Return Value

string