Class Money
Represents money values Money is BigDecimal with scale value fixed to 2
- NGS\BigDecimal
-
NGS\Money
public
|
|
protected
|
|
public static
array
|
__get(),
__toString(),
_add(),
_comp(),
_div(),
_gt(),
_gte(),
_lt(),
_lte(),
_mod(),
_mul(),
_pow(),
_sub(),
add(),
comp(),
div(),
format(),
getScale(),
getValue(),
gt(),
gte(),
lt(),
lte(),
mod(),
mul(),
pow(),
round(),
setScale(),
sqrt(),
sub(),
toArrayWithScale(),
toStringWith()
|
DEFAULT_SCALE
|
protected
string
|
$value |
|
#
String representation of decimal value. |
protected
integer
|
$scale | 2 |
#
scale |
public
string
|
$value |
#
String representation of money value |
public
integer
|
$scale |
#
Extended from NGS\BigDecimal scale, fixed to 2 |