예제 #1
0
파일: e.php 프로젝트: ruyicoder/php
 public function accept(Visitor $visitor)
 {
     $visitor->visitorConcreteElementB($this);
 }