Exemplo n.º 1
0
 /**
  * Returns a Money whose value is the negated value of this Money.
  *
  * @return Money
  */
 public function negated()
 {
     return new Money($this->amount->negated(), $this->currency);
 }