visitSelectMany() public method

public visitSelectMany ( SelectMany $segment )
$segment Pinq\Queries\Segments\SelectMany
コード例 #1
0
ファイル: ScopeProcessor.php プロジェクト: timetoogo/pinq
 public function visitSelectMany(Segments\SelectMany $segment)
 {
     return parent::visitSelectMany($this->visitProjectionSegment($segment));
 }