MediaWiki REL1_37
|
Base class for HTML cleanup utilities. More...
Public Member Functions | |
__construct ( $config) | |
supportsValidate () | |
Return true if validate() can be used. | |
tidy ( $text, ?callable $textProcessor=null) | |
Clean up HTML. | |
Protected Attributes | |
$config | |
Base class for HTML cleanup utilities.
Definition at line 8 of file TidyDriverBase.php.
MediaWiki\Tidy\TidyDriverBase::__construct | ( | $config | ) |
Reimplemented in MediaWiki\Tidy\RemexDriver.
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 20 of file TidyDriverBase.php.
References wfDeprecated().
|
abstract |
Clean up HTML.
string | $text | HTML document fragment to clean up |
?callable | $textProcessor A callback to run on the contents of text nodes (not elements or attribute values). This can be used to apply text modifications like french spacing or smart quotes, without affecting element or attribute markup. |
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().