phprs\Response::offsetUnset PHP Метод

offsetUnset() публичный Метод

(non-PHPdoc)
См. также: ArrayAccess::offsetUnset()
public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        Verify::isTrue(false, 'NOT IMPL');
    }