Pinq\Providers\DSL\Compilation\Processors\Expression\ScopeProcessor::visitIndexBy PHP Метод

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

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