phprs\Response::offsetExists PHP Method

offsetExists() public method

(non-PHPdoc)
See also: ArrayAccess::offsetExists()
public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return isset($this->sender[$offset]);
    }