Stiphle\Storage\Process::set PHP Method

set() public method

set
public set ( string $key, mixed $value ) : void
$key string
$value mixed
return void
    public function set($key, $value)
    {
        $this->values[$key] = $value;
    }