Esempio n. 1
0
 public function sameCurrencyOf(MoneyInterface $money)
 {
     return $this->currency->sameValueAs($money->currency());
 }