Method | Description | |
---|---|---|
get ( string $key = null, mixed $default = null ) : mixed | Gets a config value by key | |
load ( string $file ) : array | Loads an additional config file Returns the entire configuration array | |
set ( string $key, mixed $value = null ) | Sets a config value by key |