Xpressengine\Register\Container::offsetUnset PHP Method

offsetUnset() public method

Unset a configuration option.
public offsetUnset ( string $key ) : void
$key string key
return void
    public function offsetUnset($key)
    {
        $this->set($key, null);
    }