Method | 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 ) : |
Set config file identified by $offset | |
offsetUnset ( string $offset ) : |
Unset config file specified by $offset | |
updatePaths ( ) : |
Make sure that absolute application path is prepended to config paths |
public __construct ( string $path ) | ||
$path | string | Path to config folder |
public offsetExists ( $offset ) : boolean | ||
return | boolean |
public offsetUnset ( string $offset ) : |
||
$offset | string | Configuration item to unset |
return |
public updatePaths ( ) : |
||
return |