Phrozn\Config::offsetExists PHP Method

offsetExists() public method

Check whether specified config section exists
public offsetExists ( $offset ) : boolean
return boolean
    public function offsetExists($offset)
    {
        return isset($this->configs[$offset]);
    }