コード例 #1
0
ファイル: Money.php プロジェクト: brick/money
 /**
  * Returns whether this Money has a positive value.
  *
  * @return bool
  */
 public function isPositive()
 {
     return $this->amount->isPositive();
 }