Esempio n. 1
0
 /**
  * Returns whether this Money has a negative value.
  *
  * @return bool
  */
 public function isNegative()
 {
     return $this->amount->isNegative();
 }