interface SaverInterface (View source)

Methods

bool
save(string $item, string $value, string $environment, string $group, string|null $namespace = null)

Save config item.

Details

bool save(string $item, string $value, string $environment, string $group, string|null $namespace = null)

Save config item.

Parameters

string $item
string $value
string $environment
string $group
string|null $namespace

Return Value

bool