HtmlString
in package
implements
Htmlable
Interfaces, Classes and Traits
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
$html
The HTML string.
protected
string
$html
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