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

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