Ejemplo n.º 1
0
 /**
  * Returns whether this Money has a positive or zero value.
  *
  * @return bool
  */
 public function isPositiveOrZero()
 {
     return $this->amount->isPositiveOrZero();
 }