MediaWiki  1.29.1
MediaWiki\Tidy\RaggettInternalPHP Class Reference
Inheritance diagram for MediaWiki\Tidy\RaggettInternalPHP:
Collaboration diagram for MediaWiki\Tidy\RaggettInternalPHP:

Public Member Functions

 supportsValidate ()
 Return true if validate() can be used. More...
 
- Public Member Functions inherited from MediaWiki\Tidy\RaggettBase
 tidy ( $text)
 Generic interface for wrapping and unwrapping HTML for Dave Raggett's tidy. More...
 
 validate ( $text, &$errorStr)
 Check HTML for errors, used if $wgValidateAllHtml = true. More...
 
- Public Member Functions inherited from MediaWiki\Tidy\TidyDriverBase
 __construct ( $config)
 

Protected Member Functions

 cleanWrapped ( $text, $stderr=false, &$retval=null)
 Use the HTML tidy extension to use the tidy library in-process, saving the overhead of spawning a new process. More...
 

Additional Inherited Members

- Protected Attributes inherited from MediaWiki\Tidy\TidyDriverBase
 $config
 

Detailed Description

Definition at line 5 of file RaggettInternalPHP.php.

Member Function Documentation

◆ cleanWrapped()

MediaWiki\Tidy\RaggettInternalPHP::cleanWrapped (   $text,
  $stderr = false,
$retval = null 
)
protected

Use the HTML tidy extension to use the tidy library in-process, saving the overhead of spawning a new process.

Parameters
string$textHTML to check
bool$stderrWhether to read result from error status instead of output
int&$retvalExit code (-1 on internal error)
Returns
string|null

Reimplemented from MediaWiki\Tidy\RaggettBase.

Definition at line 15 of file RaggettInternalPHP.php.

References $retval, and wfWarn().

◆ supportsValidate()

MediaWiki\Tidy\RaggettInternalPHP::supportsValidate ( )

Return true if validate() can be used.

Reimplemented from MediaWiki\Tidy\TidyDriverBase.

Definition at line 49 of file RaggettInternalPHP.php.


The documentation for this class was generated from the following file: