Pinq\Providers\DSL\Compilation\Processors\Expression\ScopeProcessor::visitIndexBy PHP Method

visitIndexBy() public method

public visitIndexBy ( IndexBy $segment )
$segment Pinq\Queries\Segments\IndexBy
    public function visitIndexBy(Segments\IndexBy $segment)
    {
        return parent::visitIndexBy($this->visitProjectionSegment($segment));
    }