MediaWiki REL1_37
|
Marks HTML that shouldn't be escaped. More...
Public Member Functions | |
__construct ( $value) | |
Static Public Member Functions | |
static | getHtml ( $input) |
Provide a string or HtmlArmor object and get safe HTML back. | |
Private Attributes | |
string null | $value |
Marks HTML that shouldn't be escaped.
@newable
Definition at line 30 of file HtmlArmor.php.
HtmlArmor::__construct | ( | $value | ) |
string | null | $value |
Definition at line 42 of file HtmlArmor.php.
References $value.
|
static |
Provide a string or HtmlArmor object and get safe HTML back.
string | HtmlArmor | $input |
Definition at line 54 of file HtmlArmor.php.
|
private |
Definition at line 35 of file HtmlArmor.php.
Referenced by __construct().