MediaWiki
1.28.0
|
Base class for HTML cleanup utilities. More...
Public Member Functions | |
__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... | |
Protected Attributes | |
$config | |
Base class for HTML cleanup utilities.
Definition at line 8 of file TidyDriverBase.php.
MediaWiki\Tidy\TidyDriverBase::__construct | ( | $config | ) |
Definition at line 11 of file TidyDriverBase.php.
References MediaWiki\Tidy\TidyDriverBase\$config.
MediaWiki\Tidy\TidyDriverBase::supportsValidate | ( | ) |
Return true if validate() can be used.
Definition at line 18 of file TidyDriverBase.php.
|
abstract |
Clean up HTML.
string | $text | HTML document fragment to clean up |
MediaWiki\Tidy\TidyDriverBase::validate | ( | $text, | |
& | $errorStr | ||
) |
Check HTML for errors, used if $wgValidateAllHtml = true.
string | $text | |
string | &$errorStr | Return the error string |
Definition at line 29 of file TidyDriverBase.php.
|
protected |
Definition at line 9 of file TidyDriverBase.php.
Referenced by MediaWiki\Tidy\TidyDriverBase\__construct().