MediaWiki REL1_32
|
Provides a fallback sequence for Config objects. More...
Public Member Functions | |
__construct (array $configs) | |
get ( $name) | |
@inheritDoc | |
has ( $name) | |
@inheritDoc | |
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 | ) |
MultiConfig::get | ( | $name | ) |
@inheritDoc
Implements Config.
Definition at line 50 of file MultiConfig.php.
References $name, as, and Config\get().
MultiConfig::has | ( | $name | ) |
|
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 38 of file MultiConfig.php.
Referenced by __construct().