OOUI
Object-Oriented User Interface
|
Wraps a HTML snippet for use with Tag::appendContent() and Tag::prependContent(). More...
Public Member Functions | |
__construct ( $content) | |
__toString () | |
Render into HTML. More... | |
Protected Attributes | |
string | $content |
HTML snippet this instance represents. | |
Wraps a HTML snippet for use with Tag::appendContent() and Tag::prependContent().
OOUI\HtmlSnippet::__construct | ( | $content | ) |
string | $content | HTML snippet |
-taint | $content | exec_html |
OOUI\HtmlSnippet::__toString | ( | ) |
Render into HTML.