Provides an interface for managing configuration options.
To get an set options, either use \HotMelt\Config::get() and \HotMelt\Config::set()`, respectively,
or take advantage of the fact that \HotMelt\Config allows arbitrary method overloading
\HotMelt\Config parses these configuration files:
Site/config.phpSite/config-<DOMAIN>.phpFor a host name beginning with www., \HotMelt\Config will also try to load the configuration file for the corresponding host name without www..
set(string $name, mixed $value) : void
stringThe name of the option to update.
mixedThe value to set for $name.
get(string $name) : mixed
stringThe name of the option whose value you are interested in.
mixed
allOptions() : array
array