phprs\Request::offsetUnset PHP Method

offsetUnset() public method

(non-PHPdoc)
See also: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        Verify::isTrue(false, 'NOT IMPL');
    }