Method | Description | |
---|---|---|
__construct ( ) | parse configuration file and ensure default configuration values are present | |
get ( ) | get configuration as array | |
getDefaults ( ) | get default configuration as array | |
getKey ( string $key, string $section = 'main' ) | get a key from the configuration, typically the main section or all keys | |
getSection ( string $section ) | get a section from the configuration, must exist |
public __construct ( ) |
public getSection ( string $section ) | ||
$section | string |