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