Example #1
0
 /**
  * Returns whether this Money has a negative or zero value.
  *
  * @return bool
  */
 public function isNegativeOrZero()
 {
     return $this->amount->isNegativeOrZero();
 }