diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-01 07:05:11 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-01 07:05:11 +0200 |
commit | 9551a58f9fe606e797bf752d4a4b35106b34cfbe (patch) | |
tree | dc505485e9393431924e7f8d8dcef7a865985a6e /REFLECTION | |
parent | 773a50072d5a2f50866afb6b370c6d1a211914fb (diff) |
php-pecl-ds: 1.0.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #144 ds version 1.0.2 ] { +Extension [ <persistent> extension #145 ds version 1.0.3 ] { - Classes [11] { Interface [ <internal:ds> interface Ds\Hashable ] { @@ -332,7 +332,7 @@ Extension [ <persistent> extension #144 ds version 1.0.2 ] { - Properties [0] { } - - Methods [35] { + - Methods [34] { Method [ <internal:ds, prototype Ds\Sequence, ctor> public method __construct ] { - Parameters [1] { @@ -573,13 +573,6 @@ Extension [ <persistent> extension #144 ds version 1.0.2 ] { } - Return [ array ] } - - Method [ <internal:ds> public method push_one ] { - - - Parameters [1] { - Parameter #0 [ <required> $value ] - } - } } } @@ -1350,7 +1343,7 @@ Extension [ <persistent> extension #144 ds version 1.0.2 ] { - Properties [0] { } - - Methods [28] { + - Methods [29] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [1] { @@ -1437,6 +1430,14 @@ Extension [ <persistent> extension #144 ds version 1.0.2 ] { } } + Method [ <internal:ds> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> $values ] + } + - Return [ Ds\Set or NULL ] + } + Method [ <internal:ds> public method reduce ] { - Parameters [2] { |