phprs\Request::offsetExists PHP Method

offsetExists() public method

(non-PHPdoc)
See also: ArrayAccess::offsetExists()
public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return count($this->data->get($offset)) !== 0;
    }