Autarky\Config\ConfigInterface::set PHP Méthode

set() public méthode

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
Résultat void
    public function set($key, $value);