diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-03 19:26:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-03 19:26:15 +0200 |
commit | 517f04014dd4095ddae3331bef2fd00611e594a1 (patch) | |
tree | 6465c9565f392af424ba1fcb9278660724a53c8b /REFLECTION | |
parent | 88fece97aa6b40f4c4ce05547318260e06eb0c0b (diff) |
php-pecl-ds: 1.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 #145 ds version 1.0.4 ] { +Extension [ <persistent> extension #145 ds version 1.1.0 ] { - Classes [11] { Interface [ <internal:ds> interface Ds\Hashable ] { @@ -1666,7 +1666,7 @@ Extension [ <persistent> extension #145 ds version 1.0.4 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ <internal:ds, ctor> public method __construct ] { - Parameters [2] { @@ -1675,6 +1675,13 @@ Extension [ <persistent> extension #145 ds version 1.0.4 ] { } } + Method [ <internal:ds> public method copy ] { + + - Parameters [0] { + } + - Return [ Ds\Pair or NULL ] + } + Method [ <internal:ds, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { |