示例#1
0
文件: Select.php 项目: timetoogo/pinq
 public function traverse(ISegmentVisitor $visitor)
 {
     return $visitor->visitSelect($this);
 }