MediaWiki
master
|
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. More... | |
Marks HTML that shouldn't be escaped.
Definition at line 30 of file HtmlArmor.php.
HtmlArmor::__construct | ( | $value | ) |
string | null | $value | |
-taint | $value | exec_html |
Definition at line 43 of file HtmlArmor.php.
|
static |
Provide a string or HtmlArmor object and get safe HTML back.
string | HtmlArmor | $input |
Definition at line 55 of file HtmlArmor.php.
Referenced by Parser\formatPageTitle(), HTMLFormField\getHelpText(), and WebInstaller\getInfoBox().