Autarky\Config\ConfigInterface::set PHP Method

set() public method

Set an item in the store temporarily - more specifically, the lifetime of the store object.
public set ( string $key, mixed $value ) : void
$key string
$value mixed
return void
    public function set($key, $value);