Méthode |
Description |
|
__construct ( string $path ) |
Setup config aggregator |
|
offsetExists ( $offset ) : boolean |
Check whether specified config section exists |
|
offsetGet ( string $offset ) : array |
Get loaded configuration identified by $offset |
|
offsetSet ( string $offset, array $value ) : Config |
Set config file identified by $offset |
|
offsetUnset ( string $offset ) : Config |
Unset config file specified by $offset |
|
updatePaths ( ) : Config |
Make sure that absolute application path is prepended to config paths |
|