diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-05 07:50:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-05 07:50:02 +0100 |
commit | 497cf3d34850b164aa29823dc38e5146568e9d02 (patch) | |
tree | a06b878c7435b26d489b8ddc52e47e6b809d8039 /REFLECTION | |
parent | aa85b2a1c1cbed733914fd95ac781184322be5f0 (diff) |
php-pecl-couchbase2: 2.0.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #16 couchbase version 2.0.0 ] { +Extension [ <persistent> extension #16 couchbase version 2.0.1 ] { - Constants [57] { Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } @@ -177,7 +177,7 @@ Extension [ <persistent> extension #16 couchbase version 2.0.0 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ <internal:couchbase, ctor> public method __construct ] { } @@ -190,6 +190,12 @@ Extension [ <persistent> extension #16 couchbase version 2.0.0 ] { Method [ <internal:couchbase> public method replace ] { } + Method [ <internal:couchbase> public method append ] { + } + + Method [ <internal:couchbase> public method prepend ] { + } + Method [ <internal:couchbase> public method remove ] { } |