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