MediaWiki master
MediaWiki\OutputTransform\Stages\AddWrapperDivClass Class Reference

Wrap the output in a div with the provided class name. More...

Inherits MediaWiki\OutputTransform\ContentTextTransformStage.

Collaboration diagram for MediaWiki\OutputTransform\Stages\AddWrapperDivClass:

Public Member Functions

 __construct (LanguageFactory $langFactory, Language $contentLang)
 
 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

Wrap the output in a div with the provided class name.

Access: internal

Definition at line 16 of file AddWrapperDivClass.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\OutputTransform\Stages\AddWrapperDivClass::__construct ( LanguageFactory $langFactory,
Language $contentLang )

Definition at line 21 of file AddWrapperDivClass.php.

Member Function Documentation

◆ shouldRun()

MediaWiki\OutputTransform\Stages\AddWrapperDivClass::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 26 of file AddWrapperDivClass.php.

◆ transformText()

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

Reimplemented from MediaWiki\OutputTransform\ContentTextTransformStage.

Definition at line 30 of file AddWrapperDivClass.php.


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