コード例 #1
0
ファイル: e.php プロジェクト: ruyicoder/php
 public function accept(Visitor $visitor)
 {
     $visitor->visitorConcreteElementB($this);
 }