Represents a configuration array
public boolean
set( mixed $key, mixed $value = null, boolean $force = false )
Set configuration value by key
Faulancer\Exception\ConfigInvalidException
public mixed
get( string $key )
Get configuration value by key
protected array
Holds the configuration data
[]