MediaWiki
1.28.0
|
Public Member Functions | |
__construct (array $config) | |
tidy ($text) | |
Public Member Functions inherited from MediaWiki\Tidy\TidyDriverBase | |
__construct ($config) | |
supportsValidate () | |
Return true if validate() can be used. More... | |
tidy ($text) | |
Clean up HTML. More... | |
validate ($text, &$errorStr) | |
Check HTML for errors, used if $wgValidateAllHtml = true. More... | |
Private Attributes | |
$balancer | |
Additional Inherited Members | |
Protected Attributes inherited from MediaWiki\Tidy\TidyDriverBase | |
$config | |
Definition at line 5 of file Html5Internal.php.
MediaWiki\Tidy\Html5Internal::__construct | ( | array | $config | ) |
Definition at line 7 of file Html5Internal.php.
MediaWiki\Tidy\Html5Internal::tidy | ( | $text | ) |
Definition at line 15 of file Html5Internal.php.
|
private |
Definition at line 6 of file Html5Internal.php.