MediaWiki  REL1_19
MWTidyWrapper Class Reference

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

List of all members.

Public Member Functions

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

Protected Attributes

 $mMarkerIndex
 $mTokens
 $mUniqPrefix

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 18 of file Tidy.php.


Constructor & Destructor Documentation

Definition at line 29 of file Tidy.php.


Member Function Documentation

Parameters:
$textstring
Returns:
string

Definition at line 38 of file Tidy.php.

References ParserOutput\EDITSECTION_REGEX.

Referenced by MWTidy\tidy().

Here is the caller graph for this function:

Parameters:
$textstring
Returns:
string

Definition at line 70 of file Tidy.php.

Parameters:
$marray
Returns:
string

Definition at line 59 of file Tidy.php.

References Parser\MARKER_SUFFIX.


Member Data Documentation

MWTidyWrapper::$mMarkerIndex [protected]

Definition at line 27 of file Tidy.php.

MWTidyWrapper::$mTokens [protected]

Definition at line 23 of file Tidy.php.

MWTidyWrapper::$mUniqPrefix [protected]

Definition at line 25 of file Tidy.php.


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