| Name | Description |
|---|---|
| __construct | Config constructor. |
| get | Retrieves a configuration value. |
| getAll | Retrieve all configuration values for file. |
| getCustom | Retrieves a custom configuration value. |
| reload | Reloads configurations from a specified directory. |
| set | Sets a configuration value. |
| Name | Description |
|---|---|
| addToConfig | Adds key-value pairs to a configuration array if they do not already exist in the specified configuration file. If the file does not exist, it creates a new configuration file with the provided data. |