diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-07-30 14:43:28 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-07-30 14:43:28 +0200 | 
| commit | 773a50072d5a2f50866afb6b370c6d1a211914fb (patch) | |
| tree | 7bf96f20d31312665f20d94e1112cf25f28ec4a6 /REFLECTION | |
| parent | 98d53ada83b8612547cd5e8b0999d35cfad081d3 (diff) | |
php-pecl-ds: 1.0.2
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 11 | 
1 files changed, 9 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #144 ds version 1.0.1 ] { +Extension [ <persistent> extension #144 ds version 1.0.2 ] {    - Classes [11] {      Interface [ <internal:ds> interface Ds\Hashable ] { @@ -1052,7 +1052,7 @@ Extension [ <persistent> extension #144 ds version 1.0.1 ] {        - Properties [0] {        } -      - Methods [37] { +      - Methods [38] {          Method [ <internal:ds, ctor> public method __construct ] {            - Parameters [1] { @@ -1196,6 +1196,13 @@ Extension [ <persistent> extension #144 ds version 1.0.1 ] {            }          } +        Method [ <internal:ds> public method putAll ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $values ] +          } +        } +          Method [ <internal:ds> public method reduce ] {            - Parameters [2] { | 
