MutableConfigurationInterface
in
Interface for setting/merging user-defined configuration values into the configuration object
Table of Contents
Methods
Methods
merge()
public
merge([array<string, mixed> $config = [] ]) : void
Parameters
- $config : array<string, mixed> = []
set()
public
set(string $key, mixed $value) : void
Parameters
- $key : string
- $value : mixed