Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 877 Bytes

File metadata and controls

19 lines (16 loc) · 877 Bytes

Yohns\Core

Methods

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.

Methods

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.