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