Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4141252
SkinComponent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
SkinComponent.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment