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

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

public visitSelectMany ( SelectMany $segment )
$segment Pinq\Queries\Segments\SelectMany
    public function visitSelectMany(Segments\SelectMany $segment)
    {
        return $segment;
    }

Usage Example

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