$config
$config :
Holds and helps retrieve configuration data loaded from an *.ini file.
getConfiguration(string $name,string $section = null): string|null
Gets the value for the specified setting name.
string | $name | the setting name |
string | $section | optional, the name of the section containing the setting |
the value of the setting, or null if it doesn't exist