MediaWiki master
MediaWiki\OutputTransform\Stages\ExecutePostCacheTransformHooks Class Reference

Inherits MediaWiki\OutputTransform\ContentTextTransformStage.

Collaboration diagram for MediaWiki\OutputTransform\Stages\ExecutePostCacheTransformHooks:

Public Member Functions

 __construct (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.
 

Protected Member Functions

 transformText (string $text, ParserOutput $po, ?ParserOptions $popts, array &$options)
 

Detailed Description

Access: internal
Runs the onParserOutputPostCacheTransform hook.

Definition at line 15 of file ExecutePostCacheTransformHooks.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\OutputTransform\Stages\ExecutePostCacheTransformHooks::__construct ( HookContainer $hookContainer)

Definition at line 20 of file ExecutePostCacheTransformHooks.php.

Member Function Documentation

◆ shouldRun()

MediaWiki\OutputTransform\Stages\ExecutePostCacheTransformHooks::shouldRun ( ParserOutput $po,
?ParserOptions $popts,
array $options = [] )

Decides whether or not the stage should be run.

Parameters
ParserOutput$po
Stability: unstable
Parameters
ParserOptions | null$popts
array$options
Returns
bool

Implements MediaWiki\OutputTransform\OutputTransformStage.

Definition at line 25 of file ExecutePostCacheTransformHooks.php.

◆ transformText()

MediaWiki\OutputTransform\Stages\ExecutePostCacheTransformHooks::transformText ( string $text,
ParserOutput $po,
?ParserOptions $popts,
array & $options )
protected

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