From eeecaebc3dfc0b5377bcf2af9bb074d8ec3d5f40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Feb 2018 06:10:25 +0100 Subject: v2.4.4 --- REFLECTION | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 321 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 39f1cbf..ad89ccc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #177 couchbase version 2.4.3 ] { +Extension [ extension #180 couchbase version 2.4.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -322,7 +322,7 @@ Extension [ extension #177 couchbase version 2.4.3 ] { } } - - Classes [47] { + - Classes [52] { Class [ class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -3294,6 +3294,325 @@ Extension [ extension #177 couchbase version 2.4.3 ] { } } } + + Class [ class Couchbase\SearchSort ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\SearchSortField extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [9] { + Constant [ public string TYPE_AUTO ] { auto } + Constant [ public string TYPE_STRING ] { string } + Constant [ public string TYPE_NUMBER ] { number } + Constant [ public string TYPE_DATE ] { date } + Constant [ public string MODE_DEFAULT ] { default } + Constant [ public string MODE_MIN ] { min } + Constant [ public string MODE_MAX ] { max } + Constant [ public string MISSING_FIRST ] { first } + Constant [ public string MISSING_LAST ] { last } + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + + Method [ public method type ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ public method mode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method missing ] { + + - Parameters [1] { + Parameter #0 [ $missing ] + } + } + } + } + + Class [ class Couchbase\SearchSortGeoDistance extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + + Method [ public method unit ] { + + - Parameters [1] { + Parameter #0 [ $missing ] + } + } + } + } + + Class [ class Couchbase\SearchSortId extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + } + } + + Class [ class Couchbase\SearchSortScore extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + } + } } } -- cgit