diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-21 07:49:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-21 07:49:31 +0100 |
commit | 7978ec08798961a26f71948fcb69e2ae6159bdbe (patch) | |
tree | 3ebc59b7caa065ef911b2e8816df1b80c56d5f07 /REFLECTION | |
parent | c5981b455eba02bffc251205e99dbe2bb44e0834 (diff) |
v1.1.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #83 decimal version 1.0.1 ] { +Extension [ <persistent> extension #84 decimal version 1.1.0 ] { - Classes [1] { Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] { @@ -45,7 +45,7 @@ Extension [ <persistent> extension #83 decimal version 1.0.1 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ <internal:decimal, ctor> public method __construct ] { - Parameters [2] { @@ -183,6 +183,13 @@ Extension [ <persistent> extension #83 decimal version 1.0.1 ] { - Return [ Decimal\Decimal ] } + Method [ <internal:decimal> public method trim ] { + + - Parameters [0] { + } + - Return [ Decimal\Decimal ] + } + Method [ <internal:decimal> public method precision ] { - Parameters [0] { |