예제 #1
0
파일: Money.php 프로젝트: brick/money
 /**
  * Returns whether this Money has a negative or zero value.
  *
  * @return bool
  */
 public function isNegativeOrZero()
 {
     return $this->amount->isNegativeOrZero();
 }