SlimServices\Config::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return $this->app->config($offset);
    }