|
MediaWiki master
|
Adds debug info to the output. More...
Inherits MediaWiki\OutputTransform\ContentTextTransformStage.

Public Member Functions | |
| __construct (ServiceOptions $options, LoggerInterface $logger, HookContainer $hookContainer) | |
| shouldRun (ParserOutput $po, ParserOptions $popts, array $options=[]) | |
| Decides whether or not the stage should be run. | |
Public Member Functions inherited from MediaWiki\OutputTransform\ContentTextTransformStage | |
| transform (ParserOutput $po, ParserOptions $popts, array &$options) | |
| Transforms the input ParserOutput into the returned ParserOutput. | |
Public Member Functions inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| __construct (ServiceOptions $options, LoggerInterface $logger) | |
Protected Member Functions | |
| transformText (string $text, ParserOutput $po, ParserOptions $popts, array &$options) | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| const | CONSTRUCTOR_OPTIONS = [] |
Protected Attributes inherited from MediaWiki\OutputTransform\OutputTransformStage | |
| LoggerInterface | $logger |
| ServiceOptions | $options |
| MediaWiki\OutputTransform\Stages\RenderDebugInfo::__construct | ( | ServiceOptions | $options, |
| LoggerInterface | $logger, | ||
| HookContainer | $hookContainer ) |
Definition at line 24 of file RenderDebugInfo.php.
References MediaWiki\OutputTransform\OutputTransformStage\$logger, and MediaWiki\OutputTransform\OutputTransformStage\$options.
| MediaWiki\OutputTransform\Stages\RenderDebugInfo::shouldRun | ( | ParserOutput | $po, |
| ParserOptions | $popts, | ||
| array | $options = [] ) |
Decides whether or not the stage should be run.
| ParserOutput | $po |
| ParserOptions | $popts | |
| array | $options |
Reimplemented from MediaWiki\OutputTransform\OutputTransformStage.
Definition at line 31 of file RenderDebugInfo.php.
|
protected |
Reimplemented from MediaWiki\OutputTransform\ContentTextTransformStage.
Definition at line 35 of file RenderDebugInfo.php.