MediaWiki master
|
Applies base href, and strip everything but the <body> More...
Inherits MediaWiki\OutputTransform\ContentTextTransformStage.
Public Member Functions | |
__construct (ServiceOptions $options, LoggerInterface $logger, UrlUtils $urlUtils, ?\MobileContext $mobileContext) | |
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 |
Applies base href, and strip everything but the <body>
Definition at line 20 of file ExtractBody.php.
MediaWiki\OutputTransform\Stages\ExtractBody::__construct | ( | ServiceOptions | $options, |
LoggerInterface | $logger, | ||
UrlUtils | $urlUtils, | ||
?\MobileContext | $mobileContext ) |
Definition at line 27 of file ExtractBody.php.
References MediaWiki\OutputTransform\OutputTransformStage\$logger, and MediaWiki\OutputTransform\OutputTransformStage\$options.
MediaWiki\OutputTransform\Stages\ExtractBody::shouldRun | ( | ParserOutput | $po, |
?ParserOptions | $popts, | ||
array | $options = [] ) |
Decides whether or not the stage should be run.
ParserOutput | $po |
ParserOptions | null | $popts | |
array | $options |
Reimplemented from MediaWiki\OutputTransform\OutputTransformStage.
Definition at line 37 of file ExtractBody.php.
|
protected |
Reimplemented from MediaWiki\OutputTransform\ContentTextTransformStage.
Definition at line 81 of file ExtractBody.php.
References $matches.