Exemplo n.º 1
0
 public function __construct(CurrencyInterface $fromCurrency, CurrencyInterface $toCurrency, $multiplier)
 {
     parent::__construct($fromCurrency, $toCurrency);
     $this->multiplier = $multiplier;
 }