Pinq\Queries\Builders\Interpretations\OperationResolver::interpretOffsetSet PHP Method

interpretOffsetSet() public method

public interpretOffsetSet ( $operationId, $indexId, $index, $valueId, $value )
    public function interpretOffsetSet($operationId, $indexId, $index, $valueId, $value)
    {
        $this->appendToHash($operationId);
        $this->resolveParameter($indexId, $index);
        $this->resolveParameter($valueId, $value);
    }