Page MenuHomeWickedGov Phorge

SkinComponent.php
No OneTemporary

Size
487 B
Referenced Files
None
Subscribers
None

SkinComponent.php

<?php
/**
* @license GPL-2.0-or-later
*/
namespace MediaWiki\Skin;
/**
* @internal for use inside Skin and SkinTemplate classes only
* @unstable
*/
interface SkinComponent {
/**
* 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.
*
* @return array Data related to component required to render.
*/
public function getTemplateData(): array;
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 15:52 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b9/db/1923dbc4f4e57759c2b97c557e3d
Default Alt Text
SkinComponent.php (487 B)

Event Timeline