예제 #1
0
파일: Select.php 프로젝트: timetoogo/pinq
 public function traverse(ISegmentVisitor $visitor)
 {
     return $visitor->visitSelect($this);
 }