|
MediaWiki master
|
Inherits MediaWiki\Skin\Components\SkinComponent.

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.
| |
Definition at line 12 of file SkinComponentEmailConfirmationBanner.php.
| MediaWiki\Skin\Components\SkinComponentEmailConfirmationBanner::__construct | ( | EmailConfirmationBannerHandler | $handler, |
| IContextSource | $context ) |
Definition at line 17 of file SkinComponentEmailConfirmationBanner.php.
| 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.
Implements MediaWiki\Skin\Components\SkinComponent.
Definition at line 26 of file SkinComponentEmailConfirmationBanner.php.