Xpressengine\Register\Container::offsetGet PHP Method

offsetGet() public method

Get a configuration option.
public offsetGet ( string $key ) : mixed
$key string key
return mixed
    public function offsetGet($key)
    {
        return $this->get($key);
    }