示例#1
0
文件: Money.php 项目: brick/money
 /**
  * Returns whether this Money has zero value.
  *
  * @return bool
  */
 public function isZero()
 {
     return $this->amount->isZero();
 }