MediaWiki REL1_31
|
Class used to hide mw:editsection tokens from Tidy so that it doesn't break them or break on them. More...
Public Member Functions | |
getWrapped ( $text) | |
postprocess ( $text) | |
Protected Attributes | |
int | $mMarkerIndex |
array | $mTokens |
Private Member Functions | |
replaceCallback (array $m) | |
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 19 of file RaggettWrapper.php.
MediaWiki\Tidy\RaggettWrapper::getWrapped | ( | $text | ) |
string | $text |
Definition at line 35 of file RaggettWrapper.php.
References MediaWiki\Tidy\RaggettWrapper\replaceCallback().
Referenced by MediaWiki\Tidy\RaggettBase\tidy().
MediaWiki\Tidy\RaggettWrapper::postprocess | ( | $text | ) |
|
private |
array | $m |
Definition at line 75 of file RaggettWrapper.php.
References Parser\MARKER_PREFIX.
Referenced by MediaWiki\Tidy\RaggettWrapper\getWrapped().
|
protected |
Definition at line 29 of file RaggettWrapper.php.
|
protected |
Definition at line 24 of file RaggettWrapper.php.