MediaWiki
master
Config.php
Go to the documentation of this file.
1
<?php
9
namespace
MediaWiki\Config
;
10
18
interface
Config
{
19
27
public
function
get
( $name );
28
36
public
function
has
( $name );
37
}
38
40
class_alias( Config::class,
'Config'
);
MediaWiki\Config\Config
Interface for configuration instances.
Definition
Config.php:18
MediaWiki\Config\Config\has
has( $name)
Check whether a configuration option is set for the given name.
MediaWiki\Config
Definition
Config.php:9
includes
Config
Config.php
Generated on Sat Nov 15 2025 21:23:45 for MediaWiki by
1.10.0