MediaWiki
REL1_24
|
Provides a fallback sequence for Config objects. More...
Public Member Functions | |
__construct (array $configs) | |
get ($name) | |
has ($name) | |
Private Attributes | |
Config[] | $configs |
Array of Config objects to use Order matters, the Config objects will be checked in order to see whether they have the requested setting. |
Provides a fallback sequence for Config objects.
Definition at line 28 of file MultiConfig.php.
MultiConfig::__construct | ( | array $ | configs | ) |
Config[] | $configs |
Definition at line 42 of file MultiConfig.php.
MultiConfig::get | ( | $ | name | ) |
MultiConfig::has | ( | $ | name | ) |
Config [] MultiConfig::$configs [private] |
Array of Config objects to use Order matters, the Config objects will be checked in order to see whether they have the requested setting.
Definition at line 37 of file MultiConfig.php.