コード例 #1
0
ファイル: Select.php プロジェクト: timetoogo/pinq
 public function traverse(ISegmentVisitor $visitor)
 {
     return $visitor->visitSelect($this);
 }