visitSelectMany() public méthode

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