Config
Holds all of the configuration variables for the entire site, as well as Module settings.
Summary
| Config | Holds all of the configuration variables for the entire site, as well as Module settings. |
| Variables | |
| $yaml | Holds all of the YAML settings as a $key => $val array. |
| Functions | |
| __construct | Loads the configuration YAML file. |
| set | Adds or replaces a configuration setting with the given value. |
| remove | Removes a configuration setting. |
| current | Returns a singleton reference to the current configuration. |