|
MediaWiki REL1_39
|


Public Member Functions | |
| __construct (Config $config, ?string $language) | |
| 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 28 of file SkinComponentLogo.php.
| MediaWiki\Skin\SkinComponentLogo::__construct | ( | Config | $config, |
| ?string | $language ) |
| Config | $config | |
| string | null | $language |
Definition at line 38 of file SkinComponentLogo.php.
| MediaWiki\Skin\SkinComponentLogo::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.
src, width, height and style keys.src, width, height and style keys. Implements MediaWiki\Skin\SkinComponent.
Definition at line 66 of file SkinComponentLogo.php.