Пример #1
0
 /**
  * Returns whether this Money has zero value.
  *
  * @return bool
  */
 public function isZero()
 {
     return $this->amount->isZero();
 }