示例#1
0
文件: e.php 项目: ruyicoder/php
 public function accept(Visitor $visitor)
 {
     $visitor->visitorConcreteElementB($this);
 }