Provides a fallback sequence for Config objects.
More...
|
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.
- Since
- 1.24
Definition at line 28 of file MultiConfig.php.
◆ __construct()
MultiConfig::__construct |
( |
array | $configs | ) |
|
◆ get()
MultiConfig::get |
( |
| $name | ) |
|
◆ has()
MultiConfig::has |
( |
| $name | ) |
|
◆ $configs
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 38 of file MultiConfig.php.
Referenced by __construct().
The documentation for this class was generated from the following file: