delete()
get()
load()
save()
set()
$items
$loaded_files
$itemcache
delete(string $item) : array | bool
stringa (dot notated) config key
arrayboolthe \Arr::delete result, success boolean or array of success booleansget(string $item, mixed $default) : mixed
stringname of the config item, can be dot notated
mixedthe return value if the item isn't found
mixedthe config setting or default if not foundload(mixed $file, mixed $group, bool $reload, bool $overwrite) : array
mixedstring file | config array | Config_Interface instance
mixednull for no group, true for group is filename, false for not storing in the master config
booltrue to force a reload even if the file is already loaded
booltrue for array_merge, false for \Arr::merge
| \FuelException | 
|---|
arraythe (loaded) config arraysave(string $file, string | array $config) : bool
stringdesired file name
stringarraymaster config array key or config array
| \FuelException | 
|---|
boolfalse when config is empty or invalid else \File::update resultset(string $item, mixed $value)
stringa (dot notated) config key
mixedthe config value
$items : array
$loaded_files : array
$itemcache : array