Method | Description | |
---|---|---|
__construct ( array $conf = null ) | ||
get ( string $value ) : mixed | Returns a configuration value. | |
loadConfiguration ( ) : array | Loads the default configuration if it's not present a custom one. | |
toArray ( ) : array | Returns the configuration in an array. |
Method | Description | |
---|---|---|
loadDefault ( ) : array | Initializes the default values. |
public loadConfiguration ( ) : array | ||
return | array |