Phrozn\Config::offsetGet PHP Method

offsetGet() public method

Get loaded configuration identified by $offset
public offsetGet ( string $offset ) : array
$offset string Configuration file basename (w/o extension)
return array
    public function offsetGet($offset)
    {
        return $this->configs[$offset];
    }