Pinq\Queries\ResolvedParameterRegistry::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        throw PinqException::notSupported(__METHOD__);
    }