From d715c08f34d35c9ef5eaf4f829b9433aa884244a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Jun 2017 08:10:09 +0200 Subject: v2.3.3 --- REFLECTION | 257 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 251 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5abd171..3b1ea6d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #165 couchbase version 2.3.2 ] { +Extension [ extension #166 couchbase version 2.3.3 ] { - Dependencies { Dependency [ json (Required) ] @@ -26,7 +26,7 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } - - Constants [149] { + - Constants [150] { Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 } Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -141,6 +141,7 @@ Extension [ extension #165 couchbase version 2.3.2 ] { Constant [ integer COUCHBASE_GENERIC_TMPERR ] { 80 } Constant [ integer COUCHBASE_GENERIC_SUBDOCERR ] { 81 } Constant [ integer COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 } + Constant [ integer COUCHBASE_NAMESERVER_ERROR ] { 83 } Constant [ integer COUCHBASE_TMPFAIL ] { 11 } Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 } Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 } @@ -317,7 +318,7 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } - - Classes [43] { + - Classes [47] { Class [ class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -434,7 +435,7 @@ Extension [ extension #165 couchbase version 2.3.2 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ final public method __construct ] { - Parameters [1] { @@ -464,6 +465,14 @@ Extension [ extension #165 couchbase version 2.3.2 ] { Parameter #0 [ $authenticator ] } } + + Method [ final public method authenticateAs ] { + + - Parameters [2] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + } + } } } @@ -481,7 +490,7 @@ Extension [ extension #165 couchbase version 2.3.2 ] { - Properties [0] { } - - Methods [5] { + - Methods [8] { Method [ final private method __construct ] { - Parameters [0] { @@ -509,6 +518,27 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } + Method [ final public method listUsers ] { + + - Parameters [0] { + } + } + + Method [ final public method upsertUser ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $settings ] + } + } + + Method [ final public method removeUser ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Method [ final public method info ] { - Parameters [0] { @@ -517,6 +547,51 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } + Class [ final class Couchbase\UserSettings ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final public method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method fullName ] { + + - Parameters [1] { + Parameter #0 [ $fullName ] + } + } + + Method [ final public method password ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + + Method [ final public method role ] { + + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $bucket ] + } + } + } + } + Class [ final class Couchbase\Bucket ] { - Constants [0] { @@ -1776,7 +1851,7 @@ Extension [ extension #165 couchbase version 2.3.2 ] { - Static properties [0] { } - - Static methods [20] { + - Static methods [23] { Method [ final static public method booleanField ] { - Parameters [1] { @@ -1884,6 +1959,31 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } + Method [ final static public method termRange ] { + + - Parameters [0] { + } + } + + Method [ final static public method geoBoundingBox ] { + + - Parameters [4] { + Parameter #0 [ $topLeftLongitude ] + Parameter #1 [ $topLeftLatitude ] + Parameter #2 [ $bottomRightLongitude ] + Parameter #3 [ $bottomRightLatitude ] + } + } + + Method [ final static public method geoDistance ] { + + - Parameters [3] { + Parameter #0 [ $longitude ] + Parameter #1 [ $latitude ] + Parameter #2 [ $distance ] + } + } + Method [ final static public method wildcard ] { - Parameters [1] { @@ -2328,6 +2428,92 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } + Class [ final class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ final public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ final public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ final public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ final public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + Class [ final class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { @@ -2795,6 +2981,65 @@ Extension [ extension #165 couchbase version 2.3.2 ] { } } + Class [ final class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ final public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ final public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ final public method min ] { + + - Parameters [2] { + Parameter #0 [ $min ] + Parameter #1 [ $inclusive ] + } + } + + Method [ final public method max ] { + + - Parameters [2] { + Parameter #0 [ $max ] + Parameter #1 [ $inclusive ] + } + } + } + } + Class [ final class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { -- cgit