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