Kelpie\Server\Headers::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $key )
    public function offsetGet($key)
    {
        return $this->_sent[$key];
    }