MediaWiki
1.34.4
|
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... | |
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 19 of file TidyDriverBase.php.
|
abstract |
Clean up HTML.
string | $text | HTML document fragment to clean up |
Reimplemented in MediaWiki\Tidy\RemexDriver.
|
protected |
Definition at line 9 of file TidyDriverBase.php.
Referenced by MediaWiki\Tidy\TidyDriverBase\__construct(), and MediaWiki\Tidy\RemexDriver\__construct().