MediaWiki  1.28.1
MediaWiki\Tidy\RaggettWrapper Class Reference

Class used to hide mw:editsection tokens from Tidy so that it doesn't break them or break on them. More...

Collaboration diagram for MediaWiki\Tidy\RaggettWrapper:

Public Member Functions

 __construct ()
 
 getWrapped ($text)
 
 postprocess ($text)
 
 replaceCallback ($m)
 

Protected Attributes

 $mMarkerIndex
 
ReplacementArray $mTokens
 

Detailed Description

Class used to hide mw:editsection tokens from Tidy so that it doesn't break them or break on them.

This is a bit of a hack for now, but hopefully in the future we may create a real postprocessor or something that will replace this. It's called wrapper because for now it basically takes over MWTidy::tidy's task of wrapping the text in a xhtml block

This re-uses some of the parser's UNIQ tricks, though some of it is private so it's duplicated. Perhaps we should create an abstract marker hiding class.

Definition at line 20 of file RaggettWrapper.php.

Constructor & Destructor Documentation

MediaWiki\Tidy\RaggettWrapper::__construct ( )

Definition at line 29 of file RaggettWrapper.php.

Member Function Documentation

MediaWiki\Tidy\RaggettWrapper::getWrapped (   $text)
Parameters
string$text
Returns
string

Definition at line 37 of file RaggettWrapper.php.

References ParserOutput\EDITSECTION_REGEX.

Referenced by MediaWiki\Tidy\RaggettBase\tidy().

MediaWiki\Tidy\RaggettWrapper::postprocess (   $text)
Parameters
string$text
Returns
string

Definition at line 83 of file RaggettWrapper.php.

MediaWiki\Tidy\RaggettWrapper::replaceCallback (   $m)
Parameters
array$m
Returns
string

Definition at line 72 of file RaggettWrapper.php.

References Parser\MARKER_PREFIX.

Member Data Documentation

MediaWiki\Tidy\RaggettWrapper::$mMarkerIndex
protected

Definition at line 27 of file RaggettWrapper.php.

ReplacementArray MediaWiki\Tidy\RaggettWrapper::$mTokens
protected

Definition at line 25 of file RaggettWrapper.php.


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