Pinq\Providers\Collection\OperationEvaluator::visitSetIndex PHP Метод

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

public visitSetIndex ( SetIndex $operation )
$operation Pinq\Queries\Operations\SetIndex
    public function visitSetIndex(Operations\SetIndex $operation)
    {
        $this->collection[$this->parameters[$operation->getIndexId()]] = $this->parameters[$operation->getValueId()];
    }