Exemplo n.º 1
0
Arquivo: e.php Projeto: ruyicoder/php
 public function accept(Visitor $visitor)
 {
     $visitor->visitorConcreteElementA($this);
 }