From 0eeb628fe4f54017babeb51f5e125a23edd7613b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Apr 2017 14:29:06 +0200 Subject: v2.3.1 --- REFLECTION | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 61 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9eade7d..d4a4da8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #163 couchbase version 2.3.0 ] { +Extension [ extension #164 couchbase version 2.3.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -26,7 +26,7 @@ Extension [ extension #163 couchbase version 2.3.0 ] { } } - - Constants [146] { + - Constants [149] { Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 } Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -138,6 +138,9 @@ Extension [ extension #163 couchbase version 2.3.0 ] { Constant [ integer COUCHBASE_UNKNOWN_SDCMD ] { 77 } Constant [ integer COUCHBASE_ENO_COMMANDS ] { 78 } Constant [ integer COUCHBASE_QUERY_ERROR ] { 79 } + Constant [ integer COUCHBASE_GENERIC_TMPERR ] { 80 } + Constant [ integer COUCHBASE_GENERIC_SUBDOCERR ] { 81 } + Constant [ integer COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 } Constant [ integer COUCHBASE_TMPFAIL ] { 11 } Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 } Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 } @@ -314,7 +317,7 @@ Extension [ extension #163 couchbase version 2.3.0 ] { } } - - Classes [41] { + - Classes [42] { Class [ class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -502,7 +505,7 @@ Extension [ extension #163 couchbase version 2.3.0 ] { Method [ final public method removeBucket ] { - Parameters [1] { - Parameter #0 [ $connstr ] + Parameter #0 [ $name ] } } @@ -528,7 +531,7 @@ Extension [ extension #163 couchbase version 2.3.0 ] { - Properties [0] { } - - Methods [40] { + - Methods [41] { Method [ final private method __construct ] { - Parameters [0] { @@ -645,6 +648,14 @@ Extension [ extension #163 couchbase version 2.3.0 ] { } } + Method [ final public method unlock ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $options ] + } + } + Method [ final public method touch ] { - Parameters [3] { @@ -1394,6 +1405,43 @@ Extension [ extension #163 couchbase version 2.3.0 ] { } } + Class [ final class Couchbase\AnalyticsQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ final static public method fromString ] { + + - Parameters [1] { + Parameter #0 [ $statement ] + } + } + } + + - Properties [1] { + Property [ public $options ] + } + + - Methods [2] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method hostname ] { + + - Parameters [1] { + Parameter #0 [ $hostname ] + } + } + } + } + Class [ final class Couchbase\N1qlQuery ] { - Constants [3] { @@ -1832,7 +1880,7 @@ Extension [ extension #163 couchbase version 2.3.0 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ final public method __construct ] { - Parameters [2] { @@ -1889,6 +1937,13 @@ Extension [ extension #163 couchbase version 2.3.0 ] { } } + Method [ final public method sort ] { + + - Parameters [1] { + Parameter #0 [ ...$(sort) ] + } + } + Method [ final public method highlight ] { - Parameters [2] { -- cgit