diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 26 | 
1 files changed, 13 insertions, 13 deletions
@@ -1,7 +1,7 @@ -Extension [ <persistent> extension #121 decimal version 1.4.0 ] { +Extension [ <persistent> extension #63 decimal version 1.5.0 ] {    - Classes [1] { -    Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] { +    Class [ <internal:decimal> final class Decimal\Decimal implements Stringable, JsonSerializable ] {        - Constants [13] {          Constant [ public int ROUND_UP ] { 101 } @@ -27,7 +27,7 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] {            - Parameters [2] {              Parameter #0 [ <required> $values ] -            Parameter #1 [ <optional> int or NULL $precision ] +            Parameter #1 [ <optional> ?int $precision = <default> ]            }            - Return [ Decimal\Decimal ]          } @@ -36,7 +36,7 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] {            - Parameters [2] {              Parameter #0 [ <required> $values ] -            Parameter #1 [ <optional> int or NULL $precision ] +            Parameter #1 [ <optional> ?int $precision = <default> ]            }            - Return [ Decimal\Decimal ]          } @@ -49,8 +49,8 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] {          Method [ <internal:decimal, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <optional> $value ] -            Parameter #1 [ <optional> int $precision ] +            Parameter #0 [ <optional> $value = <default> ] +            Parameter #1 [ <optional> int $precision = <default> ]            }          } @@ -169,8 +169,8 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] {          Method [ <internal:decimal> public method round ] {            - Parameters [2] { -            Parameter #0 [ <optional> int or NULL $places ] -            Parameter #1 [ <optional> int or NULL $rounding ] +            Parameter #0 [ <optional> ?int $places = <default> ] +            Parameter #1 [ <optional> ?int $rounding = <default> ]            }            - Return [ Decimal\Decimal ]          } @@ -284,9 +284,9 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] {          Method [ <internal:decimal> public method toFixed ] {            - Parameters [3] { -            Parameter #0 [ <optional> int or NULL $places ] -            Parameter #1 [ <optional> bool or NULL $commas ] -            Parameter #2 [ <optional> int or NULL $rounding ] +            Parameter #0 [ <optional> ?int $places = <default> ] +            Parameter #1 [ <optional> ?bool $commas = <default> ] +            Parameter #2 [ <optional> ?int $rounding = <default> ]            }            - Return [ string ]          } @@ -332,12 +332,12 @@ Extension [ <persistent> extension #121 decimal version 1.4.0 ] {            - Parameters [2] {              Parameter #0 [ <required> $op1 ] -            Parameter #1 [ <optional> $op2 ] +            Parameter #1 [ <optional> $op2 = <default> ]            }            - Return [ bool ]          } -        Method [ <internal:decimal> public method __toString ] { +        Method [ <internal:decimal, prototype Stringable> public method __toString ] {            - Parameters [0] {            }  | 
