MediaWiki master
MediaWiki\Skin\Components\SkinComponentEmailConfirmationBanner Class Reference

Inherits MediaWiki\Skin\Components\SkinComponent.

Collaboration diagram for MediaWiki\Skin\Components\SkinComponentEmailConfirmationBanner:

Public Member Functions

 __construct (EmailConfirmationBannerHandler $handler, IContextSource $context)
 
 getTemplateData ()
 This returns all the data that is needed to the component.Returned array must be serialized. This will be passed directly to a template (usually Mustache) for rendering.
Returns
array Data related to component required to render.

 

Detailed Description

Access: internal

Definition at line 12 of file SkinComponentEmailConfirmationBanner.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Skin\Components\SkinComponentEmailConfirmationBanner::__construct ( EmailConfirmationBannerHandler $handler,
IContextSource $context )

Definition at line 17 of file SkinComponentEmailConfirmationBanner.php.

Member Function Documentation

◆ getTemplateData()

MediaWiki\Skin\Components\SkinComponentEmailConfirmationBanner::getTemplateData ( )

This returns all the data that is needed to the component.Returned array must be serialized. This will be passed directly to a template (usually Mustache) for rendering.

Returns
array Data related to component required to render.

Implements MediaWiki\Skin\Components\SkinComponent.

Definition at line 26 of file SkinComponentEmailConfirmationBanner.php.


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