|
MediaWiki master
|
Provides a fallback sequence for Config objects. More...
Inherits MediaWiki\Config\Config.
Public Member Functions | ||||||
| __construct (array $configs) | ||||||
| get ( $name) | ||||||
Get a configuration variable such as "Sitename" or "UploadMaintenance.".
| ||||||
| has ( $name) | ||||||
Check whether a configuration option is set for the given name.
| ||||||
Provides a fallback sequence for Config objects.
Definition at line 16 of file MultiConfig.php.
| MediaWiki\Config\MultiConfig::__construct | ( | array | $configs | ) |
| Config[] | $configs |
Definition at line 31 of file MultiConfig.php.
| MediaWiki\Config\MultiConfig::get | ( | $name | ) |
Get a configuration variable such as "Sitename" or "UploadMaintenance.".
| string | $name | Name of configuration option |
| ConfigException |
Implements MediaWiki\Config\Config.
Definition at line 38 of file MultiConfig.php.
| MediaWiki\Config\MultiConfig::has | ( | $name | ) |
Check whether a configuration option is set for the given name.
| string | $name | Name of configuration option |
Implements MediaWiki\Config\Config.
Definition at line 51 of file MultiConfig.php.