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