MediaWiki
master
ComponentRegistryContext.php
Go to the documentation of this file.
1
<?php
19
namespace
MediaWiki\Skin
;
20
21
use
MediaWiki\Config\Config
;
22
use
MediaWiki\Title\Title
;
23
28
interface
ComponentRegistryContext
{
34
public
function
getConfig
():
Config
;
35
41
public
function
getTitle
():
Title
;
42
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\Config\Config
Interface for configuration instances.
Definition
Config.php:32
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 Oct 14 2024 22:25:21 for MediaWiki by
1.10.0