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... | |
Private Attributes | |
string null | $value |
Marks HTML that shouldn't be escaped.
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.
Referenced by MediaWiki\Linker\LinkRenderer\buildAElement(), WebInstaller\getInfoBox(), and ApiQuerySearch\run().
|
private |
Definition at line 35 of file HtmlArmor.php.
Referenced by __construct().