diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-13 06:10:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-13 06:10:25 +0100 |
commit | eeecaebc3dfc0b5377bcf2af9bb074d8ec3d5f40 (patch) | |
tree | d1b5a4e233c18763b68d4768c95d26c9c6cf68dd /REFLECTION | |
parent | 338cff2a939062dd13d3db73c7ba5b9af05c1327 (diff) |
v2.4.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 323 |
1 files changed, 321 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #177 couchbase version 2.4.3 ] { +Extension [ <persistent> extension #180 couchbase version 2.4.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -322,7 +322,7 @@ Extension [ <persistent> extension #177 couchbase version 2.4.3 ] { } } - - Classes [47] { + - Classes [52] { Class [ <internal:couchbase> class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -3294,6 +3294,325 @@ Extension [ <persistent> extension #177 couchbase version 2.4.3 ] { } } } + + Class [ <internal:couchbase> class Couchbase\SearchSort ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ <internal:couchbase> static public method id ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> static public method score ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> static public method field ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:couchbase, ctor> private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:couchbase> 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 [ <internal:couchbase, inherits Couchbase\SearchSort> static public method id ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method score ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method field ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:couchbase, overwrites Couchbase\SearchSort, ctor> final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> public method descending ] { + + - Parameters [1] { + Parameter #0 [ <required> $descending ] + } + } + + Method [ <internal:couchbase> public method type ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:couchbase> public method mode ] { + + - Parameters [1] { + Parameter #0 [ <required> $mode ] + } + } + + Method [ <internal:couchbase> public method missing ] { + + - Parameters [1] { + Parameter #0 [ <required> $missing ] + } + } + } + } + + Class [ <internal:couchbase> class Couchbase\SearchSortGeoDistance extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method id ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method score ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method field ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:couchbase, overwrites Couchbase\SearchSort, ctor> final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> public method descending ] { + + - Parameters [1] { + Parameter #0 [ <required> $descending ] + } + } + + Method [ <internal:couchbase> public method unit ] { + + - Parameters [1] { + Parameter #0 [ <required> $missing ] + } + } + } + } + + Class [ <internal:couchbase> class Couchbase\SearchSortId extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method id ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method score ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method field ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:couchbase, overwrites Couchbase\SearchSort, ctor> final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> public method descending ] { + + - Parameters [1] { + Parameter #0 [ <required> $descending ] + } + } + } + } + + Class [ <internal:couchbase> class Couchbase\SearchSortScore extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method id ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method score ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method field ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, inherits Couchbase\SearchSort> static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:couchbase, overwrites Couchbase\SearchSort, ctor> final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> public method descending ] { + + - Parameters [1] { + Parameter #0 [ <required> $descending ] + } + } + } + } } } |