diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-14 06:55:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-14 06:55:33 +0100 |
commit | 0d88f9c2720bc6f870deb704dbc52ab4723a8d3d (patch) | |
tree | e71cd6f3cd3895783cb8296fa5c5a0f972d6fc0f /REFLECTION | |
parent | 6ecd8866cc7312d7aded918f9b808e05bb74529f (diff) |
v2.4.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 609 |
1 files changed, 313 insertions, 296 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { +Extension [ <persistent> extension #176 couchbase version 2.4.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -425,7 +425,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\Cluster ] { + Class [ <internal:couchbase> class Couchbase\Cluster ] { - Constants [0] { } @@ -440,14 +440,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Methods [5] { - Method [ <internal:couchbase, ctor> final public method __construct ] { + Method [ <internal:couchbase, ctor> public method __construct ] { - Parameters [1] { Parameter #0 [ <required> $connstr ] } } - Method [ <internal:couchbase> final public method openBucket ] { + Method [ <internal:couchbase> public method openBucket ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -455,7 +455,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method manager ] { + Method [ <internal:couchbase> public method manager ] { - Parameters [2] { Parameter #0 [ <required> $username ] @@ -463,14 +463,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method authenticate ] { + Method [ <internal:couchbase> public method authenticate ] { - Parameters [1] { Parameter #0 [ <required> $authenticator ] } } - Method [ <internal:couchbase> final public method authenticateAs ] { + Method [ <internal:couchbase> public method authenticateAs ] { - Parameters [2] { Parameter #0 [ <required> $username ] @@ -480,7 +480,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\ClusterManager ] { + Class [ <internal:couchbase> class Couchbase\ClusterManager ] { - Constants [2] { Constant [ integer RBAC_DOMAIN_LOCAL ] { 1 } @@ -503,13 +503,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listBuckets ] { + Method [ <internal:couchbase> public method listBuckets ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method createBucket ] { + Method [ <internal:couchbase> public method createBucket ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -517,21 +517,21 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method removeBucket ] { + Method [ <internal:couchbase> public method removeBucket ] { - Parameters [1] { Parameter #0 [ <required> $name ] } } - Method [ <internal:couchbase> final public method listUsers ] { + Method [ <internal:couchbase> public method listUsers ] { - Parameters [1] { Parameter #0 [ <required> $domain ] } } - Method [ <internal:couchbase> final public method upsertUser ] { + Method [ <internal:couchbase> public method upsertUser ] { - Parameters [3] { Parameter #0 [ <required> $name ] @@ -540,7 +540,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method getUser ] { + Method [ <internal:couchbase> public method getUser ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -548,7 +548,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method removeUser ] { + Method [ <internal:couchbase> public method removeUser ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -556,7 +556,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method info ] { + Method [ <internal:couchbase> public method info ] { - Parameters [0] { } @@ -564,7 +564,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\UserSettings ] { + Class [ <internal:couchbase> class Couchbase\UserSettings ] { - Constants [0] { } @@ -579,27 +579,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Methods [4] { - Method [ <internal:couchbase, ctor> final public method __construct ] { + Method [ <internal:couchbase, ctor> public method __construct ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method fullName ] { + Method [ <internal:couchbase> public method fullName ] { - Parameters [1] { Parameter #0 [ <required> $fullName ] } } - Method [ <internal:couchbase> final public method password ] { + Method [ <internal:couchbase> public method password ] { - Parameters [1] { Parameter #0 [ <required> $password ] } } - Method [ <internal:couchbase> final public method role ] { + Method [ <internal:couchbase> public method role ] { - Parameters [2] { Parameter #0 [ <required> $role ] @@ -609,7 +609,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\Bucket ] { + Class [ <internal:couchbase> class Couchbase\Bucket ] { - Constants [0] { } @@ -630,14 +630,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final private method __get ] { + Method [ <internal:couchbase> private method __get ] { - Parameters [1] { Parameter #0 [ <required> $name ] } } - Method [ <internal:couchbase> final private method __set ] { + Method [ <internal:couchbase> private method __set ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -645,7 +645,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method setTranscoder ] { + Method [ <internal:couchbase> public method setTranscoder ] { - Parameters [2] { Parameter #0 [ <required> callable $encoder ] @@ -653,7 +653,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method get ] { + Method [ <internal:couchbase> public method get ] { - Parameters [2] { Parameter #0 [ <required> $ids ] @@ -661,7 +661,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method getAndLock ] { + Method [ <internal:couchbase> public method getAndLock ] { - Parameters [3] { Parameter #0 [ <required> $ids ] @@ -670,7 +670,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method getAndTouch ] { + Method [ <internal:couchbase> public method getAndTouch ] { - Parameters [3] { Parameter #0 [ <required> $ids ] @@ -679,7 +679,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method getFromReplica ] { + Method [ <internal:couchbase> public method getFromReplica ] { - Parameters [2] { Parameter #0 [ <required> $ids ] @@ -687,7 +687,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method upsert ] { + Method [ <internal:couchbase> public method upsert ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -696,7 +696,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method insert ] { + Method [ <internal:couchbase> public method insert ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -705,7 +705,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method replace ] { + Method [ <internal:couchbase> public method replace ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -714,7 +714,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method append ] { + Method [ <internal:couchbase> public method append ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -723,7 +723,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method prepend ] { + Method [ <internal:couchbase> public method prepend ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -732,7 +732,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method remove ] { + Method [ <internal:couchbase> public method remove ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -740,7 +740,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method unlock ] { + Method [ <internal:couchbase> public method unlock ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -748,7 +748,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method touch ] { + Method [ <internal:couchbase> public method touch ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -757,7 +757,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method counter ] { + Method [ <internal:couchbase> public method counter ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -766,14 +766,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method lookupIn ] { + Method [ <internal:couchbase> public method lookupIn ] { - Parameters [1] { Parameter #0 [ <required> $id ] } } - Method [ <internal:couchbase> final public method retrieveIn ] { + Method [ <internal:couchbase> public method retrieveIn ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -781,7 +781,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method mutateIn ] { + Method [ <internal:couchbase> public method mutateIn ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -789,13 +789,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method manager ] { + Method [ <internal:couchbase> public method manager ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method query ] { + Method [ <internal:couchbase> public method query ] { - Parameters [2] { Parameter #0 [ <required> $query ] @@ -803,14 +803,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method mapSize ] { + Method [ <internal:couchbase> public method mapSize ] { - Parameters [1] { Parameter #0 [ <required> $id ] } } - Method [ <internal:couchbase> final public method mapAdd ] { + Method [ <internal:couchbase> public method mapAdd ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -819,7 +819,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method mapRemove ] { + Method [ <internal:couchbase> public method mapRemove ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -827,7 +827,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method mapGet ] { + Method [ <internal:couchbase> public method mapGet ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -835,7 +835,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method setAdd ] { + Method [ <internal:couchbase> public method setAdd ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -843,7 +843,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method setExists ] { + Method [ <internal:couchbase> public method setExists ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -851,7 +851,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method setRemove ] { + Method [ <internal:couchbase> public method setRemove ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -859,14 +859,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listSize ] { + Method [ <internal:couchbase> public method listSize ] { - Parameters [1] { Parameter #0 [ <required> $id ] } } - Method [ <internal:couchbase> final public method listPush ] { + Method [ <internal:couchbase> public method listPush ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -874,7 +874,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listShift ] { + Method [ <internal:couchbase> public method listShift ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -882,7 +882,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listRemove ] { + Method [ <internal:couchbase> public method listRemove ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -890,7 +890,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listGet ] { + Method [ <internal:couchbase> public method listGet ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -898,7 +898,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listSet ] { + Method [ <internal:couchbase> public method listSet ] { - Parameters [3] { Parameter #0 [ <required> $id ] @@ -907,7 +907,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listExists ] { + Method [ <internal:couchbase> public method listExists ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -915,21 +915,21 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method setSize ] { + Method [ <internal:couchbase> public method setSize ] { - Parameters [1] { Parameter #0 [ <required> $id ] } } - Method [ <internal:couchbase> final public method queueSize ] { + Method [ <internal:couchbase> public method queueSize ] { - Parameters [1] { Parameter #0 [ <required> $id ] } } - Method [ <internal:couchbase> final public method queueAdd ] { + Method [ <internal:couchbase> public method queueAdd ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -937,7 +937,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method queueExists ] { + Method [ <internal:couchbase> public method queueExists ] { - Parameters [2] { Parameter #0 [ <required> $id ] @@ -945,7 +945,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method queueRemove ] { + Method [ <internal:couchbase> public method queueRemove ] { - Parameters [1] { Parameter #0 [ <required> $id ] @@ -954,7 +954,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\BucketManager ] { + Class [ <internal:couchbase> class Couchbase\BucketManager ] { - Constants [0] { } @@ -975,45 +975,45 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method info ] { + Method [ <internal:couchbase> public method info ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method flush ] { + Method [ <internal:couchbase> public method flush ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method listDesignDocuments ] { + Method [ <internal:couchbase> public method listDesignDocuments ] { - Parameters [0] { } } - Method [ <internal, deprecated:couchbase> final public method getDesignDocuments ] { + Method [ <internal, deprecated:couchbase> public method getDesignDocuments ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method getDesignDocument ] { + Method [ <internal:couchbase> public method getDesignDocument ] { - Parameters [1] { Parameter #0 [ <required> $name ] } } - Method [ <internal:couchbase> final public method removeDesignDocument ] { + Method [ <internal:couchbase> public method removeDesignDocument ] { - Parameters [1] { Parameter #0 [ <required> $name ] } } - Method [ <internal:couchbase> final public method upsertDesignDocument ] { + Method [ <internal:couchbase> public method upsertDesignDocument ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -1021,7 +1021,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method insertDesignDocument ] { + Method [ <internal:couchbase> public method insertDesignDocument ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -1029,13 +1029,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method listN1qlIndexes ] { + Method [ <internal:couchbase> public method listN1qlIndexes ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method createN1qlPrimaryIndex ] { + Method [ <internal:couchbase> public method createN1qlPrimaryIndex ] { - Parameters [3] { Parameter #0 [ <required> $customName ] @@ -1044,7 +1044,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method createN1qlIndex ] { + Method [ <internal:couchbase> public method createN1qlIndex ] { - Parameters [5] { Parameter #0 [ <required> $indexName ] @@ -1055,7 +1055,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method dropN1qlPrimaryIndex ] { + Method [ <internal:couchbase> public method dropN1qlPrimaryIndex ] { - Parameters [3] { Parameter #0 [ <required> $customName ] @@ -1064,7 +1064,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method dropN1qlIndex ] { + Method [ <internal:couchbase> public method dropN1qlIndex ] { - Parameters [3] { Parameter #0 [ <required> $indexName ] @@ -1093,7 +1093,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\ClassicAuthenticator implements Couchbase\Authenticator ] { + Class [ <internal:couchbase> class Couchbase\ClassicAuthenticator implements Couchbase\Authenticator ] { - Constants [0] { } @@ -1108,13 +1108,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Methods [3] { - Method [ <internal:couchbase, ctor> final public method __construct ] { + Method [ <internal:couchbase, ctor> public method __construct ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method cluster ] { + Method [ <internal:couchbase> public method cluster ] { - Parameters [2] { Parameter #0 [ <required> $username ] @@ -1122,7 +1122,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method bucket ] { + Method [ <internal:couchbase> public method bucket ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -1132,7 +1132,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { + Class [ <internal:couchbase> class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { - Constants [0] { } @@ -1147,20 +1147,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Methods [3] { - Method [ <internal:couchbase, ctor> final public method __construct ] { + Method [ <internal:couchbase, ctor> public method __construct ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method username ] { + Method [ <internal:couchbase> public method username ] { - Parameters [1] { Parameter #0 [ <required> $username ] } } - Method [ <internal:couchbase> final public method password ] { + Method [ <internal:couchbase> public method password ] { - Parameters [1] { Parameter #0 [ <required> $password ] @@ -1169,7 +1169,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MutationToken ] { + Class [ <internal:couchbase> class Couchbase\MutationToken ] { - Constants [0] { } @@ -1178,7 +1178,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [1] { - Method [ <internal:couchbase> final static public method from ] { + Method [ <internal:couchbase> static public method from ] { - Parameters [4] { Parameter #0 [ <required> $bucketName ] @@ -1199,25 +1199,25 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method bucketName ] { + Method [ <internal:couchbase> public method bucketName ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method vbucketId ] { + Method [ <internal:couchbase> public method vbucketId ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method vbucketUuid ] { + Method [ <internal:couchbase> public method vbucketUuid ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method sequenceNumber ] { + Method [ <internal:couchbase> public method sequenceNumber ] { - Parameters [0] { } @@ -1225,7 +1225,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MutationState ] { + Class [ <internal:couchbase> class Couchbase\MutationState ] { - Constants [0] { } @@ -1234,7 +1234,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [1] { - Method [ <internal:couchbase> final static public method from ] { + Method [ <internal:couchbase> static public method from ] { - Parameters [1] { Parameter #0 [ <required> $source ] @@ -1252,7 +1252,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method add ] { + Method [ <internal:couchbase> public method add ] { - Parameters [1] { Parameter #0 [ <required> $source ] @@ -1284,7 +1284,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\ViewQuery implements Couchbase\ViewQueryEncodable ] { + Class [ <internal:couchbase> class Couchbase\ViewQuery implements Couchbase\ViewQueryEncodable ] { - Constants [5] { Constant [ integer UPDATE_BEFORE ] { 1 } @@ -1298,7 +1298,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [2] { - Method [ <internal:couchbase> final static public method from ] { + Method [ <internal:couchbase> static public method from ] { - Parameters [2] { Parameter #0 [ <required> $designDocumentName ] @@ -1306,7 +1306,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final static public method fromSpatial ] { + Method [ <internal:couchbase> static public method fromSpatial ] { - Parameters [2] { Parameter #0 [ <required> $designDocumentName ] @@ -1325,97 +1325,97 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype Couchbase\ViewQueryEncodable> final public method encode ] { + Method [ <internal:couchbase, prototype Couchbase\ViewQueryEncodable> public method encode ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method limit ] { + Method [ <internal:couchbase> public method limit ] { - Parameters [1] { Parameter #0 [ <required> $limit ] } } - Method [ <internal:couchbase> final public method skip ] { + Method [ <internal:couchbase> public method skip ] { - Parameters [1] { Parameter #0 [ <required> $skip ] } } - Method [ <internal:couchbase> final public method consistency ] { + Method [ <internal:couchbase> public method consistency ] { - Parameters [1] { Parameter #0 [ <required> $consistency ] } } - Method [ <internal:couchbase> final public method stale ] { + Method [ <internal:couchbase> public method stale ] { - Parameters [1] { Parameter #0 [ <required> $consistency ] } } - Method [ <internal:couchbase> final public method custom ] { + Method [ <internal:couchbase> public method custom ] { - Parameters [1] { Parameter #0 [ <required> $options ] } } - Method [ <internal:couchbase> final public method order ] { + Method [ <internal:couchbase> public method order ] { - Parameters [1] { Parameter #0 [ <required> $order ] } } - Method [ <internal:couchbase> final public method reduce ] { + Method [ <internal:couchbase> public method reduce ] { - Parameters [1] { Parameter #0 [ <required> $reduce ] } } - Method [ <internal:couchbase> final public method group ] { + Method [ <internal:couchbase> public method group ] { - Parameters [1] { Parameter #0 [ <required> $group ] } } - Method [ <internal:couchbase> final public method groupLevel ] { + Method [ <internal:couchbase> public method groupLevel ] { - Parameters [1] { Parameter #0 [ <required> $group_level ] } } - Method [ <internal:couchbase> final public method group_level ] { + Method [ <internal:couchbase> public method group_level ] { - Parameters [1] { Parameter #0 [ <required> $group_level ] } } - Method [ <internal:couchbase> final public method key ] { + Method [ <internal:couchbase> public method key ] { - Parameters [1] { Parameter #0 [ <required> $key ] } } - Method [ <internal:couchbase> final public method keys ] { + Method [ <internal:couchbase> public method keys ] { - Parameters [1] { Parameter #0 [ <required> $keys ] } } - Method [ <internal:couchbase> final public method range ] { + Method [ <internal:couchbase> public method range ] { - Parameters [3] { Parameter #0 [ <required> $startKey ] @@ -1424,7 +1424,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method idRange ] { + Method [ <internal:couchbase> public method idRange ] { - Parameters [2] { Parameter #0 [ <required> $startKeyDocumentId ] @@ -1432,7 +1432,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method id_range ] { + Method [ <internal:couchbase> public method id_range ] { - Parameters [2] { Parameter #0 [ <required> $startKeyDocumentId ] @@ -1442,7 +1442,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\SpatialViewQuery implements Couchbase\ViewQueryEncodable ] { + Class [ <internal:couchbase> class Couchbase\SpatialViewQuery implements Couchbase\ViewQueryEncodable ] { - Constants [0] { } @@ -1451,7 +1451,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [1] { - Method [ <internal:couchbase> final static public method from ] { + Method [ <internal:couchbase> static public method from ] { - Parameters [2] { Parameter #0 [ <required> $designDocumentName ] @@ -1470,62 +1470,62 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype Couchbase\ViewQueryEncodable> final public method encode ] { + Method [ <internal:couchbase, prototype Couchbase\ViewQueryEncodable> public method encode ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method limit ] { + Method [ <internal:couchbase> public method limit ] { - Parameters [1] { Parameter #0 [ <required> $limit ] } } - Method [ <internal:couchbase> final public method skip ] { + Method [ <internal:couchbase> public method skip ] { - Parameters [1] { Parameter #0 [ <required> $skip ] } } - Method [ <internal:couchbase> final public method consistency ] { + Method [ <internal:couchbase> public method consistency ] { - Parameters [1] { Parameter #0 [ <required> $consistency ] } } - Method [ <internal:couchbase> final public method stale ] { + Method [ <internal:couchbase> public method stale ] { - Parameters [1] { Parameter #0 [ <required> $consistency ] } } - Method [ <internal:couchbase> final public method bbox ] { + Method [ <internal:couchbase> public method bbox ] { - Parameters [1] { Parameter #0 [ <required> $bbox ] } } - Method [ <internal:couchbase> final public method startRange ] { + Method [ <internal:couchbase> public method startRange ] { - Parameters [1] { Parameter #0 [ <required> $range ] } } - Method [ <internal:couchbase> final public method endRange ] { + Method [ <internal:couchbase> public method endRange ] { - Parameters [1] { Parameter #0 [ <required> $range ] } } - Method [ <internal:couchbase> final public method custom ] { + Method [ <internal:couchbase> public method custom ] { - Parameters [1] { Parameter #0 [ <required> $options ] @@ -1534,7 +1534,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\AnalyticsQuery ] { + Class [ <internal:couchbase> class Couchbase\AnalyticsQuery ] { - Constants [0] { } @@ -1543,7 +1543,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [1] { - Method [ <internal:couchbase> final static public method fromString ] { + Method [ <internal:couchbase> static public method fromString ] { - Parameters [1] { Parameter #0 [ <required> $statement ] @@ -1564,7 +1564,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\N1qlQuery ] { + Class [ <internal:couchbase> class Couchbase\N1qlQuery ] { - Constants [3] { Constant [ integer NOT_BOUNDED ] { 1 } @@ -1576,7 +1576,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [1] { - Method [ <internal:couchbase> final static public method fromString ] { + Method [ <internal:couchbase> static public method fromString ] { - Parameters [1] { Parameter #0 [ <required> $statement ] @@ -1595,77 +1595,77 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method adhoc ] { + Method [ <internal:couchbase> public method adhoc ] { - Parameters [1] { Parameter #0 [ <required> $adhoc ] } } - Method [ <internal:couchbase> final public method crossBucket ] { + Method [ <internal:couchbase> public method crossBucket ] { - Parameters [1] { Parameter #0 [ <required> $crossBucket ] } } - Method [ <internal:couchbase> final public method positionalParams ] { + Method [ <internal:couchbase> public method positionalParams ] { - Parameters [1] { Parameter #0 [ <required> $params ] } } - Method [ <internal:couchbase> final public method namedParams ] { + Method [ <internal:couchbase> public method namedParams ] { - Parameters [1] { Parameter #0 [ <required> $params ] } } - Method [ <internal:couchbase> final public method consistency ] { + Method [ <internal:couchbase> public method consistency ] { - Parameters [1] { Parameter #0 [ <required> $consistency ] } } - Method [ <internal:couchbase> final public method consistentWith ] { + Method [ <internal:couchbase> public method consistentWith ] { - Parameters [1] { Parameter #0 [ <required> $mutationState ] } } - Method [ <internal:couchbase> final public method scanCap ] { + Method [ <internal:couchbase> public method scanCap ] { - Parameters [1] { Parameter #0 [ <required> $scanCap ] } } - Method [ <internal:couchbase> final public method pipelineBatch ] { + Method [ <internal:couchbase> public method pipelineBatch ] { - Parameters [1] { Parameter #0 [ <required> $pipelineBatch ] } } - Method [ <internal:couchbase> final public method pipelineCap ] { + Method [ <internal:couchbase> public method pipelineCap ] { - Parameters [1] { Parameter #0 [ <required> $pipelineCap ] } } - Method [ <internal:couchbase> final public method maxParallelism ] { + Method [ <internal:couchbase> public method maxParallelism ] { - Parameters [1] { Parameter #0 [ <required> $maxParallelism ] } } - Method [ <internal:couchbase> final public method readonly ] { + Method [ <internal:couchbase> public method readonly ] { - Parameters [1] { Parameter #0 [ <required> $readonly ] @@ -1708,7 +1708,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\LookupInBuilder ] { + Class [ <internal:couchbase> class Couchbase\LookupInBuilder ] { - Constants [0] { } @@ -1729,7 +1729,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method get ] { + Method [ <internal:couchbase> public method get ] { - Parameters [2] { Parameter #0 [ <required> $path ] @@ -1737,7 +1737,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method getCount ] { + Method [ <internal:couchbase> public method getCount ] { - Parameters [2] { Parameter #0 [ <required> $path ] @@ -1745,7 +1745,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method exists ] { + Method [ <internal:couchbase> public method exists ] { - Parameters [2] { Parameter #0 [ <required> $path ] @@ -1753,7 +1753,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method execute ] { + Method [ <internal:couchbase> public method execute ] { - Parameters [0] { } @@ -1761,9 +1761,12 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MutateInBuilder ] { + Class [ <internal:couchbase> class Couchbase\MutateInBuilder ] { - - Constants [0] { + - Constants [3] { + Constant [ integer FULLDOC_REPLACE ] { 1 } + Constant [ integer FULLDOC_INSERT ] { 2 } + Constant [ integer FULLDOC_UPSERT ] { 3 } } - Static properties [0] { @@ -1775,14 +1778,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { - Properties [0] { } - - Methods [14] { + - Methods [16] { Method [ <internal:couchbase, ctor> final private method __construct ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method insert ] { + Method [ <internal:couchbase> public method insert ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1791,7 +1794,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method upsert ] { + Method [ <internal:couchbase> public method upsert ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1800,7 +1803,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method replace ] { + Method [ <internal:couchbase> public method modeDocument ] { + + - Parameters [1] { + Parameter #0 [ <required> $mode ] + } + } + + Method [ <internal:couchbase> public method replace ] { - Parameters [2] { Parameter #0 [ <required> $path ] @@ -1808,14 +1818,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method remove ] { + Method [ <internal:couchbase> public method remove ] { - Parameters [1] { Parameter #0 [ <required> $path ] } } - Method [ <internal:couchbase> final public method arrayPrepend ] { + Method [ <internal:couchbase> public method arrayPrepend ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1824,7 +1834,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method arrayAppend ] { + Method [ <internal:couchbase> public method arrayAppend ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1833,7 +1843,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method arrayInsert ] { + Method [ <internal:couchbase> public method arrayInsert ] { - Parameters [2] { Parameter #0 [ <required> $path ] @@ -1841,7 +1851,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method arrayPrependAll ] { + Method [ <internal:couchbase> public method arrayPrependAll ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1850,7 +1860,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method arrayAppendAll ] { + Method [ <internal:couchbase> public method arrayAppendAll ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1859,7 +1869,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method arrayInsertAll ] { + Method [ <internal:couchbase> public method arrayInsertAll ] { - Parameters [2] { Parameter #0 [ <required> $path ] @@ -1867,7 +1877,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method arrayAddUnique ] { + Method [ <internal:couchbase> public method arrayAddUnique ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1876,7 +1886,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method counter ] { + Method [ <internal:couchbase> public method counter ] { - Parameters [3] { Parameter #0 [ <required> $path ] @@ -1885,7 +1895,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method execute ] { + Method [ <internal:couchbase> public method withExpiry ] { + + - Parameters [1] { + Parameter #0 [ <required> $expiry ] + } + } + + Method [ <internal:couchbase> public method execute ] { - Parameters [0] { } @@ -1893,7 +1910,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\SearchQuery implements JsonSerializable ] { + Class [ <internal:couchbase> class Couchbase\SearchQuery implements JsonSerializable ] { - Constants [3] { Constant [ string HIGHLIGHT_HTML ] { html } @@ -1905,120 +1922,120 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Static methods [23] { - Method [ <internal:couchbase> final static public method booleanField ] { + Method [ <internal:couchbase> static public method booleanField ] { - Parameters [1] { Parameter #0 [ <required> $value ] } } - Method [ <internal:couchbase> final static public method boolean ] { + Method [ <internal:couchbase> static public method boolean ] { - Parameters [0] { } } - Method [ <internal:couchbase> final static public method conjuncts ] { + Method [ <internal:couchbase> static public method conjuncts ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] } } - Method [ <internal:couchbase> final static public method dateRange ] { + Method [ <internal:couchbase> static public method dateRange ] { - Parameters [0] { } } - Method [ <internal:couchbase> final static public method disjuncts ] { + Method [ <internal:couchbase> static public method disjuncts ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] } } - Method [ <internal:couchbase> final static public method docId ] { + Method [ <internal:couchbase> static public method docId ] { - Parameters [1] { Parameter #0 [ <required> ...$(documentIds) ] } } - Method [ <internal:couchbase> final static public method match ] { + Method [ <internal:couchbase> static public method match ] { - Parameters [1] { Parameter #0 [ <required> $match ] } } - Method [ <internal:couchbase> final static public method matchAll ] { + Method [ <internal:couchbase> static public method matchAll ] { - Parameters [0] { } } - Method [ <internal:couchbase> final static public method matchNone ] { + Method [ <internal:couchbase> static public method matchNone ] { - Parameters [0] { } } - Method [ <internal:couchbase> final static public method matchPhrase ] { + Method [ <internal:couchbase> static public method matchPhrase ] { - Parameters [1] { Parameter #0 [ <required> $matchPhrase ] } } - Method [ <internal:couchbase> final static public method numericRange ] { + Method [ <internal:couchbase> static public method numericRange ] { - Parameters [0] { } } - Method [ <internal:couchbase> final static public method phrase ] { + Method [ <internal:couchbase> static public method phrase ] { - Parameters [1] { Parameter #0 [ <required> ...$(terms) ] } } - Method [ <internal:couchbase> final static public method prefix ] { + Method [ <internal:couchbase> static public method prefix ] { - Parameters [1] { Parameter #0 [ <required> $prefix ] } } - Method [ <internal:couchbase> final static public method queryString ] { + Method [ <internal:couchbase> static public method queryString ] { - Parameters [1] { Parameter #0 [ <required> $queryString ] } } - Method [ <internal:couchbase> final static public method regexp ] { + Method [ <internal:couchbase> static public method regexp ] { - Parameters [1] { Parameter #0 [ <required> $regexp ] } } - Method [ <internal:couchbase> final static public method term ] { + Method [ <internal:couchbase> static public method term ] { - Parameters [1] { Parameter #0 [ <required> $term ] } } - Method [ <internal:couchbase> final static public method termRange ] { + Method [ <internal:couchbase> static public method termRange ] { - Parameters [0] { } } - Method [ <internal:couchbase> final static public method geoBoundingBox ] { + Method [ <internal:couchbase> static public method geoBoundingBox ] { - Parameters [4] { Parameter #0 [ <required> $topLeftLongitude ] @@ -2028,7 +2045,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final static public method geoDistance ] { + Method [ <internal:couchbase> static public method geoDistance ] { - Parameters [3] { Parameter #0 [ <required> $longitude ] @@ -2037,14 +2054,14 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final static public method wildcard ] { + Method [ <internal:couchbase> static public method wildcard ] { - Parameters [1] { Parameter #0 [ <required> $wildcard ] } } - Method [ <internal:couchbase> final static public method termFacet ] { + Method [ <internal:couchbase> static public method termFacet ] { - Parameters [2] { Parameter #0 [ <required> $field ] @@ -2052,7 +2069,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final static public method dateRangeFacet ] { + Method [ <internal:couchbase> static public method dateRangeFacet ] { - Parameters [2] { Parameter #0 [ <required> $field ] @@ -2060,7 +2077,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final static public method numericRangeFacet ] { + Method [ <internal:couchbase> static public method numericRangeFacet ] { - Parameters [2] { Parameter #0 [ <required> $field ] @@ -2073,7 +2090,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } - Methods [11] { - Method [ <internal:couchbase, ctor> final public method __construct ] { + Method [ <internal:couchbase, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <required> $indexName ] @@ -2081,62 +2098,62 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method limit ] { + Method [ <internal:couchbase> public method limit ] { - Parameters [1] { Parameter #0 [ <required> $limit ] } } - Method [ <internal:couchbase> final public method skip ] { + Method [ <internal:couchbase> public method skip ] { - Parameters [1] { Parameter #0 [ <required> $skip ] } } - Method [ <internal:couchbase> final public method explain ] { + Method [ <internal:couchbase> public method explain ] { - Parameters [1] { Parameter #0 [ <required> $explain ] } } - Method [ <internal:couchbase> final public method serverSideTimeout ] { + Method [ <internal:couchbase> public method serverSideTimeout ] { - Parameters [1] { Parameter #0 [ <required> $serverSideTimeout ] } } - Method [ <internal:couchbase> final public method consistentWith ] { + Method [ <internal:couchbase> public method consistentWith ] { - Parameters [1] { Parameter #0 [ <required> $mutationState ] } } - Method [ <internal:couchbase> final public method fields ] { + Method [ <internal:couchbase> public method fields ] { - Parameters [1] { Parameter #0 [ <required> ...$(fields) ] } } - Method [ <internal:couchbase> final public method sort ] { + Method [ <internal:couchbase> public method sort ] { - Parameters [1] { Parameter #0 [ <required> ...$(sort) ] } } - Method [ <internal:couchbase> final public method highlight ] { + Method [ <internal:couchbase> public method highlight ] { - Parameters [2] { Parameter #0 [ <required> $style ] @@ -2144,7 +2161,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method addFacet ] { + Method [ <internal:couchbase> public method addFacet ] { - Parameters [2] { Parameter #0 [ <required> $name ] @@ -2172,7 +2189,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\BooleanFieldSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\BooleanFieldSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2193,20 +2210,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -2215,7 +2232,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\BooleanSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\BooleanSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2236,34 +2253,34 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method must ] { + Method [ <internal:couchbase> public method must ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] } } - Method [ <internal:couchbase> final public method mustNot ] { + Method [ <internal:couchbase> public method mustNot ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] } } - Method [ <internal:couchbase> final public method should ] { + Method [ <internal:couchbase> public method should ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] @@ -2272,7 +2289,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\ConjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\ConjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2293,20 +2310,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method every ] { + Method [ <internal:couchbase> public method every ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] @@ -2315,7 +2332,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\DateRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\DateRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2336,27 +2353,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method start ] { + Method [ <internal:couchbase> public method start ] { - Parameters [2] { Parameter #0 [ <required> $start ] @@ -2364,7 +2381,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method end ] { + Method [ <internal:couchbase> public method end ] { - Parameters [2] { Parameter #0 [ <required> $end ] @@ -2372,7 +2389,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method dateTimeParser ] { + Method [ <internal:couchbase> public method dateTimeParser ] { - Parameters [1] { Parameter #0 [ <required> $dateTimeParser ] @@ -2381,7 +2398,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\DisjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\DisjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2402,27 +2419,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method either ] { + Method [ <internal:couchbase> public method either ] { - Parameters [1] { Parameter #0 [ <required> ...$(queries) ] } } - Method [ <internal:couchbase> final public method min ] { + Method [ <internal:couchbase> public method min ] { - Parameters [1] { Parameter #0 [ <required> $min ] @@ -2431,7 +2448,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\DocIdSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\DocIdSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2452,27 +2469,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method docIds ] { + Method [ <internal:couchbase> public method docIds ] { - Parameters [1] { Parameter #0 [ <required> ...$(documentIds) ] @@ -2481,7 +2498,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2502,20 +2519,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -2524,7 +2541,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2545,20 +2562,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -2567,7 +2584,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2588,13 +2605,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] @@ -2603,7 +2620,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MatchNoneSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\MatchNoneSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2624,13 +2641,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] @@ -2639,7 +2656,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MatchPhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\MatchPhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2660,27 +2677,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method analyzer ] { + Method [ <internal:couchbase> public method analyzer ] { - Parameters [1] { Parameter #0 [ <required> $analyzer ] @@ -2689,7 +2706,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\MatchSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\MatchSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2710,41 +2727,41 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method analyzer ] { + Method [ <internal:couchbase> public method analyzer ] { - Parameters [1] { Parameter #0 [ <required> $analyzer ] } } - Method [ <internal:couchbase> final public method prefixLength ] { + Method [ <internal:couchbase> public method prefixLength ] { - Parameters [1] { Parameter #0 [ <required> $prefixLength ] } } - Method [ <internal:couchbase> final public method fuzziness ] { + Method [ <internal:couchbase> public method fuzziness ] { - Parameters [1] { Parameter #0 [ <required> $fuzziness ] @@ -2753,7 +2770,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\NumericRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\NumericRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2774,27 +2791,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method min ] { + Method [ <internal:couchbase> public method min ] { - Parameters [2] { Parameter #0 [ <required> $min ] @@ -2802,7 +2819,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method max ] { + Method [ <internal:couchbase> public method max ] { - Parameters [2] { Parameter #0 [ <required> $max ] @@ -2812,7 +2829,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\PhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\PhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2833,20 +2850,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -2855,7 +2872,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\PrefixSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\PrefixSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2876,20 +2893,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -2898,7 +2915,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\QueryStringSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\QueryStringSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2919,13 +2936,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] @@ -2934,7 +2951,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\RegexpSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\RegexpSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2955,20 +2972,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -2977,7 +2994,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\TermSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\TermSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -2998,34 +3015,34 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method prefixLength ] { + Method [ <internal:couchbase> public method prefixLength ] { - Parameters [1] { Parameter #0 [ <required> $prefixLength ] } } - Method [ <internal:couchbase> final public method fuzziness ] { + Method [ <internal:couchbase> public method fuzziness ] { - Parameters [1] { Parameter #0 [ <required> $fuzziness ] @@ -3034,7 +3051,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -3055,27 +3072,27 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] } } - Method [ <internal:couchbase> final public method min ] { + Method [ <internal:couchbase> public method min ] { - Parameters [2] { Parameter #0 [ <required> $min ] @@ -3083,7 +3100,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase> final public method max ] { + Method [ <internal:couchbase> public method max ] { - Parameters [2] { Parameter #0 [ <required> $max ] @@ -3093,7 +3110,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ <internal:couchbase> class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - Constants [0] { } @@ -3114,20 +3131,20 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method boost ] { + Method [ <internal:couchbase> public method boost ] { - Parameters [1] { Parameter #0 [ <required> $boost ] } } - Method [ <internal:couchbase> final public method field ] { + Method [ <internal:couchbase> public method field ] { - Parameters [1] { Parameter #0 [ <required> $field ] @@ -3154,7 +3171,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\TermSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + Class [ <internal:couchbase> class Couchbase\TermSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { - Constants [0] { } @@ -3175,7 +3192,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } @@ -3183,7 +3200,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\NumericRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + Class [ <internal:couchbase> class Couchbase\NumericRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { - Constants [0] { } @@ -3204,13 +3221,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method addRange ] { + Method [ <internal:couchbase> public method addRange ] { - Parameters [3] { Parameter #0 [ <required> $name ] @@ -3221,7 +3238,7 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Class [ <internal:couchbase> final class Couchbase\DateRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + Class [ <internal:couchbase> class Couchbase\DateRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { - Constants [0] { } @@ -3242,13 +3259,13 @@ Extension [ <persistent> extension #173 couchbase version 2.4.1 ] { } } - Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] { + Method [ <internal:couchbase, prototype JsonSerializable> public method jsonSerialize ] { - Parameters [0] { } } - Method [ <internal:couchbase> final public method addRange ] { + Method [ <internal:couchbase> public method addRange ] { - Parameters [3] { Parameter #0 [ <required> $name ] |