phprs\Request::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

(non-PHPdoc)
또한 보기: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        Verify::isTrue(false, 'NOT IMPL');
    }