コード例 #1
0
ファイル: Soma.php プロジェクト: raffaelbmartins/aulasAlura
 public function aceita(Visitor $visitor)
 {
     $visitor->visitaSoma($this);
 }