CacheTool\Console\Config::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        $this->config[$offset] = $value;
    }