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