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