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

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

public visitIndexBy ( IndexBy $segment )
$segment Pinq\Queries\Segments\IndexBy
    public function visitIndexBy(Segments\IndexBy $segment)
    {
        return $segment;
    }

Usage Example

Пример #1
0
 public function visitIndexBy(Segments\IndexBy $segment)
 {
     return parent::visitIndexBy($this->visitProjectionSegment($segment));
 }