MediaWiki
REL1_39
ComponentRegistryContext.php
Go to the documentation of this file.
1
<?php
19
namespace
MediaWiki\Skin
;
20
21
use
Config
;
22
use
Title
;
23
28
interface
ComponentRegistryContext
{
34
public
function
getConfig
():
Config
;
35
41
public
function
getTitle
():
Title
;
42
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
Config
Interface for configuration instances.
Definition
Config.php:30
MediaWiki\Skin\ComponentRegistryContext
Definition
ComponentRegistryContext.php:28
MediaWiki\Skin\ComponentRegistryContext\getConfig
getConfig()
Returns the config needed for the component.
MediaWiki\Skin\ComponentRegistryContext\getTitle
getTitle()
Returns the Title object for the component.
MediaWiki\Skin
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...
Definition
ComponentRegistryContext.php:19
includes
skins
components
ComponentRegistryContext.php
Generated on Mon Dec 2 2024 06:24:24 for MediaWiki by
1.10.0