Pinq\Queries\ResolvedParameterRegistry::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        throw PinqException::notSupported(__METHOD__);
    }