MediaWiki
REL1_41
Config.php
Go to the documentation of this file.
1
<?php
23
namespace
MediaWiki\Config
;
24
32
interface
Config
{
33
41
public
function
get
( $name );
42
50
public
function
has
( $name );
51
}
52
57
class_alias( Config::class,
'Config'
);
MediaWiki\Config\Config
Interface for configuration instances.
Definition
Config.php:32
MediaWiki\Config\Config\has
has( $name)
Check whether a configuration option is set for the given name.
MediaWiki\Config
Definition
Config.php:23
includes
config
Config.php
Generated on Wed Nov 27 2024 07:23:03 for MediaWiki by
1.10.0