Xpressengine\Register\Container::offsetSet PHP Method

offsetSet() public method

Set a configuration option.
public offsetSet ( string $key, mixed $value ) : void
$key string key
$value mixed value for setting
return void
    public function offsetSet($key, $value)
    {
        $this->set($key, $value);
    }