MediaWiki REL1_39
|
Provides a fallback sequence for Config objects. More...
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 28 of file MultiConfig.php.
MultiConfig::__construct | ( | array | $configs | ) |
Config[] | $configs |
Definition at line 43 of file MultiConfig.php.
MultiConfig::get | ( | $name | ) |
Get a configuration variable such as "Sitename" or "UploadMaintenance.".
string | $name | Name of configuration option |
ConfigException |
Implements Config.
Definition at line 50 of file MultiConfig.php.
MultiConfig::has | ( | $name | ) |
Check whether a configuration option is set for the given name.
string | $name | Name of configuration option |
Implements Config.
Definition at line 63 of file MultiConfig.php.