From f26d49f20dff3bb0153f0df0b223c6601d0fd713 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 15:09:06 +0100 Subject: update to 3.0.4 rename to php-pecl-couchbase3 raise dependency on PHP 7.1 raise dependency on libcouchbase 3.0 drop dependency on igbinary extension --- PHPINFO | 8 +- REFLECTION | 9966 ++++++++++++++++++++++++++++++++++++++-------- php-pecl-couchbase3.spec | 49 +- 3 files changed, 8259 insertions(+), 1764 deletions(-) diff --git a/PHPINFO b/PHPINFO index e288ece..15d1842 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,10 +2,9 @@ couchbase couchbase support => enabled -extension version => 2.6.2 -libcouchbase runtime version => 2.10.5 (git: dabf6d58c2e89b4e75009a7f959e8ad30f85ff98) -libcouchbase headers version => 2.10.5 (git: dabf6d58c2e89b4e75009a7f959e8ad30f85ff98) -igbinary transcoder => enabled +extension version => 3.0.4 +libcouchbase runtime version => 3.0.6 (git: e7b53f01b5c8653e4f4c3ea87e6e1af9c1277a34) +libcouchbase headers version => 3.0.6 (git: e7b53f01b5c8653e4f4c3ea87e6e1af9c1277a34) zlib compressor => enabled Directive => Local Value => Master Value @@ -16,3 +15,4 @@ couchbase.encoder.compression_threshold => 0 => 0 couchbase.encoder.compression_factor => 0.0 => 0.0 couchbase.decoder.json_arrays => 0 => 0 couchbase.pool.max_idle_time_sec => 60 => 60 +couchbase.allow_fallback_to_bucket_connection => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 5ac6f96..a919ee4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,8 +1,7 @@ -Extension [ extension #109 couchbase version 2.6.2 ] { +Extension [ extension #117 couchbase version 3.0.4 ] { - Dependencies { Dependency [ json (Required) ] - Dependency [ igbinary (Required) ] } - INI { @@ -27,9 +26,12 @@ Extension [ extension #109 couchbase version 2.6.2 ] { Entry [ couchbase.pool.max_idle_time_sec ] Current = '60' } + Entry [ couchbase.allow_fallback_to_bucket_connection ] + Current = '0' + } } - - Constants [163] { + - Constants [175] { Constant [ int COUCHBASE_PERSISTTO_MASTER ] { 1 } Constant [ int COUCHBASE_PERSISTTO_ONE ] { 1 } Constant [ int COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -37,17 +39,6 @@ Extension [ extension #109 couchbase version 2.6.2 ] { Constant [ int COUCHBASE_REPLICATETO_ONE ] { 16 } Constant [ int COUCHBASE_REPLICATETO_TWO ] { 32 } Constant [ int COUCHBASE_REPLICATETO_THREE ] { 64 } - Constant [ int COUCHBASE_SDCMD_GET ] { 1 } - Constant [ int COUCHBASE_SDCMD_REPLACE ] { 3 } - Constant [ int COUCHBASE_SDCMD_EXISTS ] { 2 } - Constant [ int COUCHBASE_SDCMD_DICT_ADD ] { 4 } - Constant [ int COUCHBASE_SDCMD_DICT_UPSERT ] { 5 } - Constant [ int COUCHBASE_SDCMD_ARRAY_ADD_FIRST ] { 6 } - Constant [ int COUCHBASE_SDCMD_ARRAY_ADD_LAST ] { 7 } - Constant [ int COUCHBASE_SDCMD_ARRAY_INSERT ] { 9 } - Constant [ int COUCHBASE_SDCMD_ARRAY_ADD_UNIQUE ] { 8 } - Constant [ int COUCHBASE_SDCMD_COUNTER ] { 10 } - Constant [ int COUCHBASE_SDCMD_REMOVE ] { 11 } Constant [ int COUCHBASE_CNTL_OP_TIMEOUT ] { 0 } Constant [ int COUCHBASE_CNTL_VIEW_TIMEOUT ] { 1 } Constant [ int COUCHBASE_CNTL_DURABILITY_INTERVAL ] { 14 } @@ -62,112 +53,137 @@ Extension [ extension #109 couchbase version 2.6.2 ] { Constant [ int COUCHBASE_N1XSPEC_T_GSI ] { 1 } Constant [ int COUCHBASE_N1XSPEC_T_VIEW ] { 2 } Constant [ int COUCHBASE_SUCCESS ] { 0 } - Constant [ int COUCHBASE_AUTH_CONTINUE ] { 1 } - Constant [ int COUCHBASE_AUTH_ERROR ] { 2 } - Constant [ int COUCHBASE_DELTA_BADVAL ] { 3 } - Constant [ int COUCHBASE_E2BIG ] { 4 } - Constant [ int COUCHBASE_EBUSY ] { 5 } - Constant [ int COUCHBASE_EINTERNAL ] { 6 } - Constant [ int COUCHBASE_EINVAL ] { 7 } - Constant [ int COUCHBASE_ENOMEM ] { 8 } - Constant [ int COUCHBASE_ERANGE ] { 9 } - Constant [ int COUCHBASE_ERROR ] { 10 } - Constant [ int COUCHBASE_ETMPFAIL ] { 11 } - Constant [ int COUCHBASE_KEY_EEXISTS ] { 12 } - Constant [ int COUCHBASE_KEY_ENOENT ] { 13 } - Constant [ int COUCHBASE_DLOPEN_FAILED ] { 14 } - Constant [ int COUCHBASE_DLSYM_FAILED ] { 15 } - Constant [ int COUCHBASE_NETWORK_ERROR ] { 16 } - Constant [ int COUCHBASE_NOT_MY_VBUCKET ] { 17 } - Constant [ int COUCHBASE_NOT_STORED ] { 18 } - Constant [ int COUCHBASE_NOT_SUPPORTED ] { 19 } - Constant [ int COUCHBASE_UNKNOWN_COMMAND ] { 20 } - Constant [ int COUCHBASE_UNKNOWN_HOST ] { 21 } - Constant [ int COUCHBASE_PROTOCOL_ERROR ] { 22 } - Constant [ int COUCHBASE_ETIMEDOUT ] { 23 } - Constant [ int COUCHBASE_CONNECT_ERROR ] { 24 } - Constant [ int COUCHBASE_BUCKET_ENOENT ] { 25 } - Constant [ int COUCHBASE_CLIENT_ENOMEM ] { 26 } - Constant [ int COUCHBASE_CLIENT_ENOCONF ] { 27 } - Constant [ int COUCHBASE_EBADHANDLE ] { 28 } - Constant [ int COUCHBASE_SERVER_BUG ] { 29 } - Constant [ int COUCHBASE_PLUGIN_VERSION_MISMATCH ] { 30 } - Constant [ int COUCHBASE_INVALID_HOST_FORMAT ] { 31 } - Constant [ int COUCHBASE_INVALID_CHAR ] { 32 } - Constant [ int COUCHBASE_DURABILITY_ETOOMANY ] { 33 } - Constant [ int COUCHBASE_DUPLICATE_COMMANDS ] { 34 } - Constant [ int COUCHBASE_NO_MATCHING_SERVER ] { 35 } - Constant [ int COUCHBASE_BAD_ENVIRONMENT ] { 36 } - Constant [ int COUCHBASE_BUSY ] { 37 } - Constant [ int COUCHBASE_INVALID_USERNAME ] { 38 } - Constant [ int COUCHBASE_CONFIG_CACHE_INVALID ] { 39 } - Constant [ int COUCHBASE_SASLMECH_UNAVAILABLE ] { 40 } - Constant [ int COUCHBASE_TOO_MANY_REDIRECTS ] { 41 } - Constant [ int COUCHBASE_MAP_CHANGED ] { 42 } - Constant [ int COUCHBASE_INCOMPLETE_PACKET ] { 43 } - Constant [ int COUCHBASE_ECONNREFUSED ] { 44 } - Constant [ int COUCHBASE_ESOCKSHUTDOWN ] { 45 } - Constant [ int COUCHBASE_ECONNRESET ] { 46 } - Constant [ int COUCHBASE_ECANTGETPORT ] { 47 } - Constant [ int COUCHBASE_EFDLIMITREACHED ] { 48 } - Constant [ int COUCHBASE_ENETUNREACH ] { 49 } - Constant [ int COUCHBASE_ECTL_UNKNOWN ] { 50 } - Constant [ int COUCHBASE_ECTL_UNSUPPMODE ] { 51 } - Constant [ int COUCHBASE_ECTL_BADARG ] { 52 } - Constant [ int COUCHBASE_EMPTY_KEY ] { 53 } - Constant [ int COUCHBASE_SSL_ERROR ] { 54 } - Constant [ int COUCHBASE_SSL_CANTVERIFY ] { 55 } - Constant [ int COUCHBASE_SCHEDFAIL_INTERNAL ] { 56 } - Constant [ int COUCHBASE_CLIENT_FEATURE_UNAVAILABLE ] { 57 } - Constant [ int COUCHBASE_OPTIONS_CONFLICT ] { 58 } - Constant [ int COUCHBASE_HTTP_ERROR ] { 59 } - Constant [ int COUCHBASE_DURABILITY_NO_MUTATION_TOKENS ] { 60 } - Constant [ int COUCHBASE_UNKNOWN_MEMCACHED_ERROR ] { 61 } - Constant [ int COUCHBASE_MUTATION_LOST ] { 62 } - Constant [ int COUCHBASE_SUBDOC_PATH_ENOENT ] { 63 } - Constant [ int COUCHBASE_SUBDOC_PATH_MISMATCH ] { 64 } - Constant [ int COUCHBASE_SUBDOC_PATH_EINVAL ] { 65 } - Constant [ int COUCHBASE_SUBDOC_PATH_E2BIG ] { 66 } - Constant [ int COUCHBASE_SUBDOC_DOC_E2DEEP ] { 67 } - Constant [ int COUCHBASE_SUBDOC_VALUE_CANTINSERT ] { 68 } - Constant [ int COUCHBASE_SUBDOC_DOC_NOTJSON ] { 69 } - Constant [ int COUCHBASE_SUBDOC_NUM_ERANGE ] { 70 } - Constant [ int COUCHBASE_SUBDOC_BAD_DELTA ] { 71 } - Constant [ int COUCHBASE_SUBDOC_PATH_EEXISTS ] { 72 } - Constant [ int COUCHBASE_SUBDOC_MULTI_FAILURE ] { 73 } - Constant [ int COUCHBASE_SUBDOC_VALUE_E2DEEP ] { 74 } - Constant [ int COUCHBASE_EINVAL_MCD ] { 75 } - Constant [ int COUCHBASE_EMPTY_PATH ] { 76 } - Constant [ int COUCHBASE_UNKNOWN_SDCMD ] { 77 } - Constant [ int COUCHBASE_ENO_COMMANDS ] { 78 } - Constant [ int COUCHBASE_QUERY_ERROR ] { 79 } - Constant [ int COUCHBASE_GENERIC_TMPERR ] { 80 } - Constant [ int COUCHBASE_GENERIC_SUBDOCERR ] { 81 } - Constant [ int COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 } - Constant [ int COUCHBASE_NAMESERVER_ERROR ] { 83 } - Constant [ int COUCHBASE_NOT_AUTHORIZED ] { 84 } - Constant [ int COUCHBASE_SUBDOC_INVALID_COMBO ] { 85 } - Constant [ int COUCHBASE_SUBDOC_MULTI_PATH_FAILURE ] { 86 } - Constant [ int COUCHBASE_SUBDOC_SUCCESS_DELETED ] { 87 } - Constant [ int COUCHBASE_SUBDOC_XATTR_INVALID_FLAG_COMBO ] { 88 } - Constant [ int COUCHBASE_SUBDOC_XATTR_INVALID_KEY_COMBO ] { 89 } - Constant [ int COUCHBASE_SUBDOC_XATTR_UNKNOWN_MACRO ] { 90 } - Constant [ int COUCHBASE_SUBDOC_XATTR_UNKNOWN_VATTR ] { 91 } - Constant [ int COUCHBASE_SUBDOC_XATTR_CANT_MODIFY_VATTR ] { 92 } - Constant [ int COUCHBASE_SUBDOC_MULTI_PATH_FAILURE_DELETED ] { 93 } - Constant [ int COUCHBASE_SUBDOC_INVALID_XATTR_ORDER ] { 94 } - Constant [ int COUCHBASE_SSL_INVALID_CIPHERSUITES ] { 95 } - Constant [ int COUCHBASE_SSL_NO_CIPHERS ] { 96 } - Constant [ int COUCHBASE_TMPFAIL ] { 11 } - Constant [ int COUCHBASE_KEYALREADYEXISTS ] { 12 } - Constant [ int COUCHBASE_KEYNOTFOUND ] { 13 } + Constant [ int COUCHBASE_ERR_GENERIC ] { 100 } + Constant [ int COUCHBASE_ERR_TIMEOUT ] { 201 } + Constant [ int COUCHBASE_ERR_REQUEST_CANCELED ] { 202 } + Constant [ int COUCHBASE_ERR_INVALID_ARGUMENT ] { 203 } + Constant [ int COUCHBASE_ERR_SERVICE_NOT_AVAILABLE ] { 204 } + Constant [ int COUCHBASE_ERR_INTERNAL_SERVER_FAILURE ] { 205 } + Constant [ int COUCHBASE_ERR_AUTHENTICATION_FAILURE ] { 206 } + Constant [ int COUCHBASE_ERR_TEMPORARY_FAILURE ] { 207 } + Constant [ int COUCHBASE_ERR_PARSING_FAILURE ] { 208 } + Constant [ int COUCHBASE_ERR_CAS_MISMATCH ] { 209 } + Constant [ int COUCHBASE_ERR_BUCKET_NOT_FOUND ] { 210 } + Constant [ int COUCHBASE_ERR_COLLECTION_NOT_FOUND ] { 211 } + Constant [ int COUCHBASE_ERR_ENCODING_FAILURE ] { 212 } + Constant [ int COUCHBASE_ERR_DECODING_FAILURE ] { 213 } + Constant [ int COUCHBASE_ERR_UNSUPPORTED_OPERATION ] { 214 } + Constant [ int COUCHBASE_ERR_AMBIGUOUS_TIMEOUT ] { 215 } + Constant [ int COUCHBASE_ERR_UNAMBIGUOUS_TIMEOUT ] { 216 } + Constant [ int COUCHBASE_ERR_SCOPE_NOT_FOUND ] { 217 } + Constant [ int COUCHBASE_ERR_INDEX_NOT_FOUND ] { 218 } + Constant [ int COUCHBASE_ERR_INDEX_EXISTS ] { 219 } + Constant [ int COUCHBASE_ERR_DOCUMENT_NOT_FOUND ] { 301 } + Constant [ int COUCHBASE_ERR_DOCUMENT_UNRETRIEVABLE ] { 302 } + Constant [ int COUCHBASE_ERR_DOCUMENT_LOCKED ] { 303 } + Constant [ int COUCHBASE_ERR_VALUE_TOO_LARGE ] { 304 } + Constant [ int COUCHBASE_ERR_DOCUMENT_EXISTS ] { 305 } + Constant [ int COUCHBASE_ERR_VALUE_NOT_JSON ] { 306 } + Constant [ int COUCHBASE_ERR_DURABILITY_LEVEL_NOT_AVAILABLE ] { 307 } + Constant [ int COUCHBASE_ERR_DURABILITY_IMPOSSIBLE ] { 308 } + Constant [ int COUCHBASE_ERR_DURABILITY_AMBIGUOUS ] { 309 } + Constant [ int COUCHBASE_ERR_DURABLE_WRITE_IN_PROGRESS ] { 310 } + Constant [ int COUCHBASE_ERR_DURABLE_WRITE_RE_COMMIT_IN_PROGRESS ] { 311 } + Constant [ int COUCHBASE_ERR_MUTATION_LOST ] { 312 } + Constant [ int COUCHBASE_ERR_SUBDOC_PATH_NOT_FOUND ] { 313 } + Constant [ int COUCHBASE_ERR_SUBDOC_PATH_MISMATCH ] { 314 } + Constant [ int COUCHBASE_ERR_SUBDOC_PATH_INVALID ] { 315 } + Constant [ int COUCHBASE_ERR_SUBDOC_PATH_TOO_BIG ] { 316 } + Constant [ int COUCHBASE_ERR_SUBDOC_PATH_TOO_DEEP ] { 317 } + Constant [ int COUCHBASE_ERR_SUBDOC_VALUE_TOO_DEEP ] { 318 } + Constant [ int COUCHBASE_ERR_SUBDOC_VALUE_INVALID ] { 319 } + Constant [ int COUCHBASE_ERR_SUBDOC_DOCUMENT_NOT_JSON ] { 320 } + Constant [ int COUCHBASE_ERR_SUBDOC_NUMBER_TOO_BIG ] { 321 } + Constant [ int COUCHBASE_ERR_SUBDOC_DELTA_INVALID ] { 322 } + Constant [ int COUCHBASE_ERR_SUBDOC_PATH_EXISTS ] { 323 } + Constant [ int COUCHBASE_ERR_SUBDOC_XATTR_UNKNOWN_MACRO ] { 324 } + Constant [ int COUCHBASE_ERR_SUBDOC_XATTR_INVALID_FLAG_COMBO ] { 325 } + Constant [ int COUCHBASE_ERR_SUBDOC_XATTR_INVALID_KEY_COMBO ] { 326 } + Constant [ int COUCHBASE_ERR_SUBDOC_XATTR_UNKNOWN_VIRTUAL_ATTRIBUTE ] { 327 } + Constant [ int COUCHBASE_ERR_SUBDOC_XATTR_CANNOT_MODIFY_VIRTUAL_ATTRIBUTE ] { 328 } + Constant [ int COUCHBASE_ERR_SUBDOC_XATTR_INVALID_ORDER ] { 329 } + Constant [ int COUCHBASE_ERR_PLANNING_FAILURE ] { 401 } + Constant [ int COUCHBASE_ERR_INDEX_FAILURE ] { 402 } + Constant [ int COUCHBASE_ERR_PREPARED_STATEMENT_FAILURE ] { 403 } + Constant [ int COUCHBASE_ERR_COMPILATION_FAILED ] { 501 } + Constant [ int COUCHBASE_ERR_JOB_QUEUE_FULL ] { 502 } + Constant [ int COUCHBASE_ERR_DATASET_NOT_FOUND ] { 503 } + Constant [ int COUCHBASE_ERR_DATAVERSE_NOT_FOUND ] { 504 } + Constant [ int COUCHBASE_ERR_DATASET_EXISTS ] { 505 } + Constant [ int COUCHBASE_ERR_DATAVERSE_EXISTS ] { 506 } + Constant [ int COUCHBASE_ERR_ANALYTICS_LINK_NOT_FOUND ] { 507 } + Constant [ int COUCHBASE_ERR_VIEW_NOT_FOUND ] { 701 } + Constant [ int COUCHBASE_ERR_DESIGN_DOCUMENT_NOT_FOUND ] { 702 } + Constant [ int COUCHBASE_ERR_COLLECTION_ALREADY_EXISTS ] { 801 } + Constant [ int COUCHBASE_ERR_SCOPE_EXISTS ] { 802 } + Constant [ int COUCHBASE_ERR_USER_NOT_FOUND ] { 803 } + Constant [ int COUCHBASE_ERR_GROUP_NOT_FOUND ] { 804 } + Constant [ int COUCHBASE_ERR_BUCKET_ALREADY_EXISTS ] { 805 } + Constant [ int COUCHBASE_ERR_SSL_INVALID_CIPHERSUITES ] { 1000 } + Constant [ int COUCHBASE_ERR_SSL_NO_CIPHERS ] { 1001 } + Constant [ int COUCHBASE_ERR_SSL_ERROR ] { 1002 } + Constant [ int COUCHBASE_ERR_SSL_CANTVERIFY ] { 1003 } + Constant [ int COUCHBASE_ERR_FD_LIMIT_REACHED ] { 1004 } + Constant [ int COUCHBASE_ERR_NODE_UNREACHABLE ] { 1005 } + Constant [ int COUCHBASE_ERR_CONTROL_UNKNOWN_CODE ] { 1006 } + Constant [ int COUCHBASE_ERR_CONTROL_UNSUPPORTED_MODE ] { 1007 } + Constant [ int COUCHBASE_ERR_CONTROL_INVALID_ARGUMENT ] { 1008 } + Constant [ int COUCHBASE_ERR_DUPLICATE_COMMANDS ] { 1009 } + Constant [ int COUCHBASE_ERR_NO_MATCHING_SERVER ] { 1010 } + Constant [ int COUCHBASE_ERR_PLUGIN_VERSION_MISMATCH ] { 1011 } + Constant [ int COUCHBASE_ERR_INVALID_HOST_FORMAT ] { 1012 } + Constant [ int COUCHBASE_ERR_INVALID_CHAR ] { 1013 } + Constant [ int COUCHBASE_ERR_BAD_ENVIRONMENT ] { 1014 } + Constant [ int COUCHBASE_ERR_NO_MEMORY ] { 1015 } + Constant [ int COUCHBASE_ERR_NO_CONFIGURATION ] { 1016 } + Constant [ int COUCHBASE_ERR_DLOPEN_FAILED ] { 1017 } + Constant [ int COUCHBASE_ERR_DLSYM_FAILED ] { 1018 } + Constant [ int COUCHBASE_ERR_CONFIG_CACHE_INVALID ] { 1019 } + Constant [ int COUCHBASE_ERR_COLLECTION_MANIFEST_IS_AHEAD ] { 1020 } + Constant [ int COUCHBASE_ERR_COLLECTION_NO_MANIFEST ] { 1021 } + Constant [ int COUCHBASE_ERR_COLLECTION_CANNOT_APPLY_MANIFEST ] { 1022 } + Constant [ int COUCHBASE_ERR_AUTH_CONTINUE ] { 1023 } + Constant [ int COUCHBASE_ERR_CONNECTION_REFUSED ] { 1024 } + Constant [ int COUCHBASE_ERR_SOCKET_SHUTDOWN ] { 1025 } + Constant [ int COUCHBASE_ERR_CONNECTION_RESET ] { 1026 } + Constant [ int COUCHBASE_ERR_CANNOT_GET_PORT ] { 1027 } + Constant [ int COUCHBASE_ERR_INCOMPLETE_PACKET ] { 1028 } + Constant [ int COUCHBASE_ERR_SDK_FEATURE_UNAVAILABLE ] { 1029 } + Constant [ int COUCHBASE_ERR_OPTIONS_CONFLICT ] { 1030 } + Constant [ int COUCHBASE_ERR_KVENGINE_INVALID_PACKET ] { 1031 } + Constant [ int COUCHBASE_ERR_DURABILITY_TOO_MANY ] { 1032 } + Constant [ int COUCHBASE_ERR_SHEDULE_FAILURE ] { 1033 } + Constant [ int COUCHBASE_ERR_DURABILITY_NO_MUTATION_TOKENS ] { 1034 } + Constant [ int COUCHBASE_ERR_SASLMECH_UNAVAILABLE ] { 1035 } + Constant [ int COUCHBASE_ERR_TOO_MANY_REDIRECTS ] { 1036 } + Constant [ int COUCHBASE_ERR_MAP_CHANGED ] { 1037 } + Constant [ int COUCHBASE_ERR_NOT_MY_VBUCKET ] { 1038 } + Constant [ int COUCHBASE_ERR_UNKNOWN_SUBDOC_COMMAND ] { 1039 } + Constant [ int COUCHBASE_ERR_KVENGINE_UNKNOWN_ERROR ] { 1040 } + Constant [ int COUCHBASE_ERR_NAMESERVER ] { 1041 } + Constant [ int COUCHBASE_ERR_INVALID_RANGE ] { 1042 } + Constant [ int COUCHBASE_ERR_NOT_STORED ] { 1043 } + Constant [ int COUCHBASE_ERR_BUSY ] { 1044 } + Constant [ int COUCHBASE_ERR_SDK_INTERNAL ] { 1045 } + Constant [ int COUCHBASE_ERR_INVALID_DELTA ] { 1046 } + Constant [ int COUCHBASE_ERR_NO_COMMANDS ] { 1047 } + Constant [ int COUCHBASE_ERR_NETWORK ] { 1048 } + Constant [ int COUCHBASE_ERR_UNKNOWN_HOST ] { 1049 } + Constant [ int COUCHBASE_ERR_PROTOCOL_ERROR ] { 1050 } + Constant [ int COUCHBASE_ERR_CONNECT_ERROR ] { 1051 } + Constant [ int COUCHBASE_ERR_EMPTY_KEY ] { 1052 } + Constant [ int COUCHBASE_ERR_HTTP ] { 1053 } + Constant [ int COUCHBASE_ERR_QUERY ] { 1054 } + Constant [ int COUCHBASE_ERR_TOPOLOGY_CHANGE ] { 1055 } + Constant [ int COUCHBASE_TMPFAIL ] { 207 } + Constant [ int COUCHBASE_KEYALREADYEXISTS ] { 305 } + Constant [ int COUCHBASE_KEYNOTFOUND ] { 301 } Constant [ int COUCHBASE_VAL_MASK ] { 31 } Constant [ int COUCHBASE_VAL_IS_STRING ] { 0 } Constant [ int COUCHBASE_VAL_IS_LONG ] { 1 } Constant [ int COUCHBASE_VAL_IS_DOUBLE ] { 2 } Constant [ int COUCHBASE_VAL_IS_BOOL ] { 3 } Constant [ int COUCHBASE_VAL_IS_SERIALIZED ] { 4 } - Constant [ int COUCHBASE_VAL_IS_IGBINARY ] { 5 } Constant [ int COUCHBASE_VAL_IS_JSON ] { 6 } Constant [ int COUCHBASE_COMPRESSION_MASK ] { 224 } Constant [ int COUCHBASE_COMPRESSION_NONE ] { 0 } @@ -175,7 +191,6 @@ Extension [ extension #109 couchbase version 2.6.2 ] { Constant [ int COUCHBASE_COMPRESSION_FASTLZ ] { 64 } Constant [ int COUCHBASE_COMPRESSION_MCISCOMPRESSED ] { 16 } Constant [ int COUCHBASE_SERTYPE_JSON ] { 0 } - Constant [ int COUCHBASE_SERTYPE_IGBINARY ] { 1 } Constant [ int COUCHBASE_SERTYPE_PHP ] { 2 } Constant [ int COUCHBASE_CMPRTYPE_NONE ] { 0 } Constant [ int COUCHBASE_CMPRTYPE_ZLIB ] { 1 } @@ -186,12 +201,11 @@ Extension [ extension #109 couchbase version 2.6.2 ] { Constant [ int COUCHBASE_CFFMT_RAW ] { 50331648 } Constant [ int COUCHBASE_CFFMT_STRING ] { 67108864 } Constant [ int Couchbase\ENCODER_FORMAT_JSON ] { 0 } - Constant [ int Couchbase\ENCODER_FORMAT_IGBINARY ] { 1 } Constant [ int Couchbase\ENCODER_FORMAT_PHP ] { 2 } Constant [ int Couchbase\ENCODER_COMPRESSION_NONE ] { 0 } Constant [ int Couchbase\ENCODER_COMPRESSION_ZLIB ] { 1 } Constant [ int Couchbase\ENCODER_COMPRESSION_FASTLZ ] { 2 } - Constant [ int Couchbase\HAVE_IGBINARY ] { 1 } + Constant [ int Couchbase\HAVE_IGBINARY ] { 0 } Constant [ int Couchbase\HAVE_ZLIB ] { 1 } } @@ -334,8 +348,8 @@ Extension [ extension #109 couchbase version 2.6.2 ] { } } - - Classes [55] { - Class [ class Couchbase\Exception extends Exception implements Throwable ] { + - Classes [187] { + Interface [ interface Couchbase\MutationToken ] { - Constants [0] { } @@ -346,53 +360,41 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [4] { + Method [ abstract public method partitionId ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } + Method [ abstract public method partitionUuid ] { - Method [ final public method getFile ] { - } - - Method [ final public method getLine ] { + - Parameters [0] { + } + - Return [ string or NULL ] } - Method [ final public method getTrace ] { - } + Method [ abstract public method sequenceNumber ] { - Method [ final public method getPrevious ] { + - Parameters [0] { + } + - Return [ string or NULL ] } - Method [ final public method getTraceAsString ] { - } + Method [ abstract public method bucketName ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ string or NULL ] } } } - Class [ class Couchbase\Document ] { + Class [ class Couchbase\MutationTokenImpl implements Couchbase\MutationToken ] { - Constants [0] { } @@ -403,41 +405,45 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [5] { - Property [ public $error ] - Property [ public $value ] - Property [ public $flags ] - Property [ public $cas ] - Property [ public $token ] + - Properties [4] { + Property [ private $partition_id ] + Property [ private $partition_uuid ] + Property [ private $sequence_number ] + Property [ private $bucket_name ] } - - Methods [0] { - } - } + - Methods [4] { + Method [ public method partitionId ] { - Class [ class Couchbase\DocumentFragment ] { + - Parameters [0] { + } + - Return [ int or NULL ] + } - - Constants [0] { - } + Method [ public method partitionUuid ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string or NULL ] + } - - Static methods [0] { - } + Method [ public method sequenceNumber ] { - - Properties [4] { - Property [ public $error ] - Property [ public $cas ] - Property [ public $value ] - Property [ public $token ] - } + - Parameters [0] { + } + - Return [ string or NULL ] + } - - Methods [0] { + Method [ public method bucketName ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } } } - Class [ class Couchbase\Cluster ] { + Interface [ interface Couchbase\QueryMetaData ] { - Constants [0] { } @@ -451,52 +457,68 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Properties [0] { } - - Methods [5] { - Method [ public method __construct ] { + - Methods [8] { + Method [ abstract public method status ] { - - Parameters [1] { - Parameter #0 [ $connstr ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method openBucket ] { + Method [ abstract public method requestId ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $password ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method manager ] { + Method [ abstract public method clientContextId ] { - - Parameters [2] { - Parameter #0 [ $username ] - Parameter #1 [ $password ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method authenticate ] { + Method [ abstract public method signature ] { - - Parameters [1] { - Parameter #0 [ $authenticator ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method authenticateAs ] { + Method [ abstract public method warnings ] { - - Parameters [2] { - Parameter #0 [ $username ] - Parameter #1 [ $password ] + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ abstract public method errors ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ abstract public method metrics ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ abstract public method profile ] { + + - Parameters [0] { } + - Return [ array or NULL ] } } } - Class [ class Couchbase\ClusterManager ] { + Class [ class Couchbase\QueryMetaDataImpl implements Couchbase\QueryMetaData ] { - - Constants [2] { - Constant [ public int RBAC_DOMAIN_LOCAL ] { 1 } - Constant [ public int RBAC_DOMAIN_EXTERNAL ] { 2 } + - Constants [0] { } - Static properties [0] { @@ -505,78 +527,76 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [7] { + Property [ private $status ] + Property [ private $request_id ] + Property [ private $client_context_id ] + Property [ private $signature ] + Property [ private $errors ] + Property [ private $warnings ] + Property [ private $metrics ] } - - Methods [9] { - Method [ final private method __construct ] { + - Methods [8] { + Method [ public method status ] { - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method listBuckets ] { + Method [ public method requestId ] { - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method createBucket ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $options ] - } - } - - Method [ public method removeBucket ] { + Method [ public method clientContextId ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method listUsers ] { + Method [ public method signature ] { - - Parameters [1] { - Parameter #0 [ $domain ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method upsertUser ] { + Method [ public method errors ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $settings ] - Parameter #2 [ $domain ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method getUser ] { + Method [ public method warnings ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $domain ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method removeUser ] { + Method [ public method metrics ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $domain ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method info ] { + Method [ public method profile ] { - Parameters [0] { } + - Return [ array or NULL ] } } } - Class [ class Couchbase\UserSettings ] { + Interface [ interface Couchbase\SearchMetaData ] { - Constants [0] { } @@ -590,44 +610,54 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Properties [0] { } - - Methods [4] { - Method [ public method __construct ] { + - Methods [6] { + Method [ abstract public method successCount ] { - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method fullName ] { + Method [ abstract public method errorCount ] { - - Parameters [1] { - Parameter #0 [ $fullName ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method password ] { + Method [ abstract public method took ] { - - Parameters [1] { - Parameter #0 [ $password ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method role ] { + Method [ abstract public method totalHits ] { - - Parameters [2] { - Parameter #0 [ $role ] - Parameter #1 [ $bucket ] + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ abstract public method maxScore ] { + + - Parameters [0] { + } + - Return [ float or NULL ] + } + + Method [ abstract public method metrics ] { + + - Parameters [0] { } + - Return [ array or NULL ] } } } - Class [ class Couchbase\Bucket ] { + Class [ class Couchbase\SearchMetaDataImpl implements Couchbase\SearchMetaData ] { - - Constants [4] { - Constant [ public int PINGSVC_KV ] { 1 } - Constant [ public int PINGSVC_N1QL ] { 2 } - Constant [ public int PINGSVC_VIEWS ] { 4 } - Constant [ public int PINGSVC_FTS ] { 8 } + - Constants [0] { } - Static properties [0] { @@ -636,412 +666,6663 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [7] { + Property [ private $success_count ] + Property [ private $error_count ] + Property [ private $took ] + Property [ private $total_hits ] + Property [ private $max_score ] + Property [ private $metrics ] + Property [ private $status ] } - - Methods [50] { - Method [ final private method __construct ] { + - Methods [6] { + Method [ public method successCount ] { - Parameters [0] { } + - Return [ int or NULL ] } - Method [ private method __get ] { + Method [ public method errorCount ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ private method __set ] { + Method [ public method took ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method setTranscoder ] { + Method [ public method totalHits ] { - - Parameters [2] { - Parameter #0 [ callable $encoder ] - Parameter #1 [ callable $decoder ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method getName ] { + Method [ public method maxScore ] { - Parameters [0] { } + - Return [ float or NULL ] } - Method [ public method get ] { + Method [ public method metrics ] { - - Parameters [2] { - Parameter #0 [ $ids ] - Parameter #1 [ $options ] + - Parameters [0] { } + - Return [ array or NULL ] } + } + } - Method [ public method getAndLock ] { - - - Parameters [3] { - Parameter #0 [ $ids ] - Parameter #1 [ $lockTime ] - Parameter #2 [ $options ] - } - } + Interface [ interface Couchbase\ViewMetaData ] { - Method [ public method getAndTouch ] { + - Constants [0] { + } - - Parameters [3] { - Parameter #0 [ $ids ] - Parameter #1 [ $expiry ] - Parameter #2 [ $options ] - } - } + - Static properties [0] { + } - Method [ public method getFromReplica ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $ids ] - Parameter #1 [ $options ] - } - } + - Properties [0] { + } - Method [ public method upsert ] { + - Methods [2] { + Method [ abstract public method totalRows ] { - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $val ] - Parameter #2 [ $options ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method insert ] { + Method [ abstract public method debug ] { - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $val ] - Parameter #2 [ $options ] + - Parameters [0] { } + - Return [ array or NULL ] } + } + } - Method [ public method replace ] { - - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $val ] - Parameter #2 [ $options ] - } - } + Class [ class Couchbase\ViewMetaDataImpl implements Couchbase\ViewMetaData ] { - Method [ public method append ] { + - Constants [0] { + } - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $val ] - Parameter #2 [ $options ] - } - } + - Static properties [0] { + } - Method [ public method prepend ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $val ] - Parameter #2 [ $options ] - } - } + - Properties [2] { + Property [ private $total_rows ] + Property [ private $debug ] + } - Method [ public method remove ] { + - Methods [2] { + Method [ public method totalRows ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $options ] + - Parameters [0] { } + - Return [ int or NULL ] } - Method [ public method unlock ] { + Method [ public method debug ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $options ] + - Parameters [0] { } + - Return [ array or NULL ] } + } + } - Method [ public method touch ] { + Interface [ interface Couchbase\Result ] { - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $expiry ] - Parameter #2 [ $options ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method counter ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $delta ] - Parameter #2 [ $options ] - } - } + - Properties [0] { + } - Method [ public method lookupIn ] { + - Methods [1] { + Method [ abstract public method cas ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [0] { } + - Return [ string or NULL ] } + } + } - Method [ public method retrieveIn ] { + Class [ class Couchbase\ResultImpl implements Couchbase\Result ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ ...$(paths) ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + } + + - Methods [1] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Interface [ interface Couchbase\GetResult extends Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method content ] { + + - Parameters [0] { + } + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\GetResultImpl implements Couchbase\GetResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ private $cas ] + Property [ private $data ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + } + + - Methods [3] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method content ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Couchbase\GetReplicaResult extends Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method content ] { + + - Parameters [0] { + } + } + + Method [ abstract public method isReplica ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\GetReplicaResultImpl implements Couchbase\GetReplicaResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ private $cas ] + Property [ private $data ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $is_replica ] + } + + - Methods [4] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method content ] { + + - Parameters [0] { + } + } + + Method [ public method isReplica ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Couchbase\ExistsResult extends Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method exists ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\ExistsResultImpl implements Couchbase\ExistsResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $is_found ] + } + + - Methods [3] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method exists ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Couchbase\MutationResult extends Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\MutationResultImpl implements Couchbase\MutationResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $mutation_token ] + } + + - Methods [3] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + } + } + + Class [ class Couchbase\StoreResultImpl implements Couchbase\MutationResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $mutation_token ] + Property [ private $is_stored ] + Property [ private $num_persisted ] + Property [ private $num_replicated ] + } + + - Methods [3] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + } + } + + Interface [ interface Couchbase\CounterResult extends Couchbase\MutationResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method content ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\CounterResultImpl implements Couchbase\CounterResult, Couchbase\Result, Couchbase\MutationResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $mutation_token ] + Property [ private $content ] + } + + - Methods [4] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + + Method [ public method content ] { + + - Parameters [0] { + } + - Return [ int ] + } + } + } + + Interface [ interface Couchbase\LookupInResult extends Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method content ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + + Method [ abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ bool ] + } + + Method [ abstract public method status ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ int ] + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\LookupInResultImpl implements Couchbase\LookupInResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $data ] + } + + - Methods [5] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method content ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ bool ] + } + + Method [ public method status ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ int ] + } + } + } + + Class [ class Couchbase\LookupInResultEntry ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $code ] + Property [ private $value ] + } + + - Methods [0] { + } + } + + Interface [ interface Couchbase\MutateInResult extends Couchbase\MutationResult, Couchbase\Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method content ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + + Method [ abstract public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + + Method [ abstract public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\MutateInResultImpl implements Couchbase\MutateInResult, Couchbase\Result, Couchbase\MutationResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ private $cas ] + Property [ private $expiry ] + Property [ private $key ] + Property [ private $status ] + Property [ private $err_ctx ] + Property [ private $err_ref ] + Property [ private $mutation_token ] + Property [ private $data ] + } + + - Methods [5] { + Method [ public method cas ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method expiry ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method mutationToken ] { + + - Parameters [0] { + } + - Return [ Couchbase\MutationToken or NULL ] + } + + Method [ public method content ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + + Method [ public method status ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + } + } + + Class [ class Couchbase\MutateInResultEntry ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $code ] + Property [ private $value ] + } + + - Methods [0] { + } + } + + Interface [ interface Couchbase\QueryResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\QueryMetaData or NULL ] + } + + Method [ abstract public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Class [ class Couchbase\QueryResultImpl implements Couchbase\QueryResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $status ] + Property [ private $meta ] + Property [ private $rows ] + } + + - Methods [2] { + Method [ public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\QueryMetaData or NULL ] + } + + Method [ public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Interface [ interface Couchbase\AnalyticsResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\QueryMetaData or NULL ] + } + + Method [ abstract public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Class [ class Couchbase\AnalyticsResultImpl implements Couchbase\AnalyticsResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $status ] + Property [ private $meta ] + Property [ private $rows ] + } + + - Methods [2] { + Method [ public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\QueryMetaData or NULL ] + } + + Method [ public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Interface [ interface Couchbase\SearchResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method facets ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ abstract public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\SearchMetaData or NULL ] + } + + Method [ abstract public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Class [ class Couchbase\SearchResultImpl implements Couchbase\SearchResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $status ] + Property [ private $meta ] + Property [ private $facets ] + Property [ private $rows ] + } + + - Methods [3] { + Method [ public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\SearchMetaData or NULL ] + } + + Method [ public method facets ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Interface [ interface Couchbase\ViewResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\ViewMetaData or NULL ] + } + + Method [ abstract public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Class [ class Couchbase\ViewResultImpl implements Couchbase\ViewResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ private $status ] + Property [ private $http_status ] + Property [ private $body ] + Property [ private $body_str ] + Property [ private $meta ] + Property [ private $rows ] + } + + - Methods [2] { + Method [ public method metaData ] { + + - Parameters [0] { + } + - Return [ Couchbase\ViewMetaData or NULL ] + } + + Method [ public method rows ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + } + } + + Class [ class Couchbase\ViewRow ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $id ] + Property [ private $key ] + Property [ private $value ] + Property [ private $document ] + } + + - Methods [4] { + Method [ public method id ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method value ] { + + - Parameters [0] { + } + } + + Method [ public method document ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\BaseException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\HttpException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\QueryException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\QueryErrorException extends Couchbase\QueryException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\QueryServiceException extends Couchbase\QueryException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\SearchException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\AnalyticsException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\ViewException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\PartialViewException extends Couchbase\ViewException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\BindingsException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\InvalidStateException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\KeyValueException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\DocumentNotFoundException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\KeyExistsException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\ValueTooBigException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\KeyLockedException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\TempFailException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\PathNotFoundException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\PathExistsException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\InvalidRangeException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\KeyDeletedException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\CasMismatchException extends Couchbase\KeyValueException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\InvalidConfigurationException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\ServiceMissingException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\NetworkException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\TimeoutException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\BucketMissingException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\ScopeMissingException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\CollectionMissingException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\AuthenticationException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\BadInputException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\DurabilityException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\SubdocumentException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\Cluster ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $connstr ] + Parameter #1 [ Couchbase\ClusterOptions $options ] + } + } + + Method [ public method bucket ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\Bucket ] + } + + Method [ public method buckets ] { + + - Parameters [0] { + } + - Return [ Couchbase\BucketManager ] + } + + Method [ public method users ] { + + - Parameters [0] { + } + - Return [ Couchbase\UserManager ] + } + + Method [ public method queryIndexes ] { + + - Parameters [0] { + } + - Return [ Couchbase\QueryIndexManager ] + } + + Method [ public method searchIndexes ] { + + - Parameters [0] { + } + - Return [ Couchbase\SearchIndexManager ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ Couchbase\QueryOptions or NULL $queryOptions ] + } + - Return [ Couchbase\QueryResult ] + } + + Method [ public method analyticsQuery ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ Couchbase\AnalyticsOptions or NULL $queryOptions ] + } + - Return [ Couchbase\AnalyticsResult ] + } + + Method [ public method searchQuery ] { + + - Parameters [3] { + Parameter #0 [ string $indexName ] + Parameter #1 [ Couchbase\SearchQuery $query ] + Parameter #2 [ Couchbase\SearchOptions or NULL $options ] + } + - Return [ Couchbase\SearchResult ] + } + } + } + + Class [ class Couchbase\Collection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $bucket ] + Property [ private $scope ] + Property [ private $name ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Couchbase\Bucket $bucket ] + Parameter #1 [ string $scope ] + Parameter #2 [ string $name ] + } + } + + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\GetOptions or NULL $options ] + } + - Return [ Couchbase\GetResult ] + } + + Method [ public method exists ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\ExistsOptions or NULL $options ] + } + - Return [ Couchbase\ExistsResult ] + } + + Method [ public method getAndLock ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ int $lockTime ] + Parameter #2 [ Couchbase\GetAndLockOptions or NULL $options ] + } + - Return [ Couchbase\GetResult ] + } + + Method [ public method getAndTouch ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ int $expiry ] + Parameter #2 [ Couchbase\GetAndTouchOptions or NULL $options ] + } + - Return [ Couchbase\GetResult ] + } + + Method [ public method getAnyReplica ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\GetAnyReplicaOptions or NULL $options ] + } + - Return [ Couchbase\GetReplicaResult ] + } + + Method [ public method getAllReplicas ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\GetAllReplicasOptions or NULL $options ] + } + - Return [ array ] + } + + Method [ public method upsert ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + Parameter #2 [ Couchbase\UpsertOptions or NULL $options ] + } + - Return [ Couchbase\MutationResult ] + } + + Method [ public method insert ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + Parameter #2 [ Couchbase\InsertOptions or NULL $options ] + } + - Return [ Couchbase\MutationResult ] + } + + Method [ public method replace ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + Parameter #2 [ Couchbase\ReplaceOptions or NULL $options ] + } + - Return [ Couchbase\MutationResult ] + } + + Method [ public method remove ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\RemoveOptions or NULL $options ] + } + - Return [ Couchbase\MutationResult ] + } + + Method [ public method unlock ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ string $cas ] + Parameter #2 [ Couchbase\UnlockOptions or NULL $options ] + } + - Return [ Couchbase\Result ] + } + + Method [ public method touch ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ int $expiry ] + Parameter #2 [ Couchbase\TouchOptions or NULL $options ] + } + - Return [ Couchbase\Result ] + } + + Method [ public method lookupIn ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ array $specs ] + Parameter #2 [ Couchbase\LookupInOptions or NULL $options ] + } + - Return [ Couchbase\LookupInResult ] + } + + Method [ public method mutateIn ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ array $specs ] + Parameter #2 [ Couchbase\MutateInOptions or NULL $options ] + } + - Return [ Couchbase\MutateInResult ] + } + + Method [ public method binary ] { + + - Parameters [0] { + } + - Return [ Couchbase\BinaryCollection ] + } + } + } + + Class [ class Couchbase\BinaryCollection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $bucket ] + Property [ private $scope ] + Property [ private $name ] + } + + - Methods [5] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method append ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ string $value ] + Parameter #2 [ Couchbase\AppendOptions or NULL $options ] + } + - Return [ Couchbase\MutationResult ] + } + + Method [ public method prepend ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ string $value ] + Parameter #2 [ Couchbase\PrependOptions or NULL $options ] + } + - Return [ Couchbase\MutationResult ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\IncrementOptions or NULL $options ] + } + - Return [ Couchbase\CounterResult ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Couchbase\DecrementOptions or NULL $options ] + } + - Return [ Couchbase\CounterResult ] + } + } + } + + Class [ class Couchbase\Scope ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $bucket ] + Property [ private $name ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Couchbase\Bucket $bucket ] + Parameter #1 [ string $name ] + } + } + + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method collection ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\Collection ] + } + } + } + + Class [ class Couchbase\BucketManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $cluster ] + } + + - Methods [5] { + Method [ public method createBucket ] { + + - Parameters [2] { + Parameter #0 [ Couchbase\BucketSettings $settings ] + Parameter #1 [ $options ] + } + } + + Method [ public method removeBucket ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getBucket ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method getAllBuckets ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method flush ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + } + } + + Class [ class Couchbase\BucketSettings ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ private $name ] + Property [ private $flush_enabled ] + Property [ private $ram_quota_mb ] + Property [ private $num_replicas ] + Property [ private $replica_indexes ] + Property [ private $bucket_type ] + Property [ private $eviction_policy ] + Property [ private $max_ttl ] + Property [ private $compression_mode ] + } + + - Methods [20] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method flushEnabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method enableFlush ] { + + - Parameters [1] { + Parameter #0 [ bool $enable ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method ramQuotaMb ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setRamQuotaMb ] { + + - Parameters [1] { + Parameter #0 [ int $sizeInMb ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method numReplicas ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setNumReplicas ] { + + - Parameters [1] { + Parameter #0 [ int $numberReplicas ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method replicaIndexes ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method enableReplicaIndexes ] { + + - Parameters [1] { + Parameter #0 [ bool $enable ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method bucketType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setBucketType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method evictionPolicy ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setEvictionPolicy ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method maxTtl ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setMaxTtl ] { + + - Parameters [1] { + Parameter #0 [ int $ttlSeconds ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method compressionMode ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setCompressionMode ] { + + - Parameters [1] { + Parameter #0 [ string $mode ] + } + - Return [ Couchbase\BucketSettings ] + } + + Method [ public method ejectionMethod ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setEjectionMethod ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ Couchbase\BucketSettings ] + } + } + } + + Interface [ interface Couchbase\EvictionPolicy ] { + + - Constants [4] { + Constant [ public string FULL ] { fullEviction } + Constant [ public string VALUE_ONLY ] { valueOnly } + Constant [ public string NO_EVICTION ] { noEviction } + Constant [ public string NOT_RECENTLY_USED ] { nruEviction } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\UserManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $cluster ] + } + + - Methods [9] { + Method [ public method getUser ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Couchbase\GetUserOptions or NULL $options ] + } + - Return [ Couchbase\UserAndMetadata ] + } + + Method [ public method getAllUsers ] { + + - Parameters [1] { + Parameter #0 [ Couchbase\GetAllUsersOptions or NULL $options ] + } + - Return [ array ] + } + + Method [ public method upsertUser ] { + + - Parameters [2] { + Parameter #0 [ Couchbase\User $user ] + Parameter #1 [ Couchbase\UpsertUserOptions or NULL $options ] + } + } + + Method [ public method dropUser ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Couchbase\DropUserOptions or NULL $options ] + } + } + + Method [ public method getRoles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getGroup ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\Group ] + } + + Method [ public method getAllGroups ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method upsertGroup ] { + + - Parameters [1] { + Parameter #0 [ Couchbase\Group $group ] + } + } + + Method [ public method dropGroup ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + } + } + + Class [ class Couchbase\Role ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $name ] + Property [ private $bucket ] + Property [ private $scope ] + Property [ private $collection ] + } + + - Methods [8] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method bucket ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method scope ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method collection ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\Role ] + } + + Method [ public method setBucket ] { + + - Parameters [1] { + Parameter #0 [ string $bucket ] + } + - Return [ Couchbase\Role ] + } + + Method [ public method setScope ] { + + - Parameters [1] { + Parameter #0 [ string $scope ] + } + - Return [ Couchbase\Role ] + } + + Method [ public method setCollection ] { + + - Parameters [1] { + Parameter #0 [ string $collection ] + } + - Return [ Couchbase\Role ] + } + } + } + + Class [ class Couchbase\RoleAndDescription ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $role ] + Property [ private $display_name ] + Property [ private $description ] + } + + - Methods [3] { + Method [ public method role ] { + + - Parameters [0] { + } + - Return [ Couchbase\Role ] + } + + Method [ public method displayName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method description ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Couchbase\Origin ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $type ] + Property [ private $name ] + } + + - Methods [2] { + Method [ public method type ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Couchbase\RoleAndOrigins ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $role ] + Property [ private $origins ] + } + + - Methods [2] { + Method [ public method role ] { + + - Parameters [0] { + } + - Return [ Couchbase\Role ] + } + + Method [ public method origins ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Couchbase\User ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $username ] + Property [ private $password ] + Property [ private $display_name ] + Property [ private $groups ] + Property [ private $roles ] + } + + - Methods [9] { + Method [ public method username ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method displayName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method groups ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method roles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setUsername ] { + + - Parameters [1] { + Parameter #0 [ string $username ] + } + - Return [ Couchbase\User ] + } + + Method [ public method setPassword ] { + + - Parameters [1] { + Parameter #0 [ string $password ] + } + - Return [ Couchbase\User ] + } + + Method [ public method setDisplayName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\User ] + } + + Method [ public method setGroups ] { + + - Parameters [1] { + Parameter #0 [ array $groups ] + } + - Return [ Couchbase\User ] + } + + Method [ public method setRoles ] { + + - Parameters [1] { + Parameter #0 [ array $roles ] + } + - Return [ Couchbase\User ] + } + } + } + + Class [ class Couchbase\UserAndMetadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $domain ] + Property [ private $user ] + Property [ private $effective_roles ] + Property [ private $password_changed ] + Property [ private $external_groups ] + } + + - Methods [5] { + Method [ public method domain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method user ] { + + - Parameters [0] { + } + - Return [ Couchbase\User ] + } + + Method [ public method effectiveRoles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method passwordChanged ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method externalGroups ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Couchbase\Group ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $name ] + Property [ private $description ] + Property [ private $roles ] + Property [ private $ldap_group_reference ] + } + + - Methods [7] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method description ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method roles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method ldapGroupReference ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\Group ] + } + + Method [ public method setDescription ] { + + - Parameters [1] { + Parameter #0 [ string $description ] + } + - Return [ Couchbase\Group ] + } + + Method [ public method setRoles ] { + + - Parameters [1] { + Parameter #0 [ array $roles ] + } + - Return [ Couchbase\Group ] + } + } + } + + Class [ class Couchbase\GetAllUsersOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $domain_name ] + } + + - Methods [1] { + Method [ public method domainName ] { + + - Parameters [1] { + Parameter #0 [ string $domainName ] + } + - Return [ Couchbase\GetAllUsersOptions ] + } + } + } + + Class [ class Couchbase\GetUserOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $domain_name ] + } + + - Methods [1] { + Method [ public method domainName ] { + + - Parameters [1] { + Parameter #0 [ string $domainName ] + } + - Return [ Couchbase\GetUserOptions ] + } + } + } + + Class [ class Couchbase\DropUserOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $domain_name ] + } + + - Methods [1] { + Method [ public method domainName ] { + + - Parameters [1] { + Parameter #0 [ string $domainName ] + } + - Return [ Couchbase\DropUserOptions ] + } + } + } + + Class [ class Couchbase\UpsertUserOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $domain_name ] + } + + - Methods [1] { + Method [ public method domainName ] { + + - Parameters [1] { + Parameter #0 [ string $domainName ] + } + - Return [ Couchbase\UpsertUserOptions ] + } + } + } + + Class [ class Couchbase\Bucket ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ private method __get ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ private method __set ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method setTranscoder ] { + + - Parameters [2] { + Parameter #0 [ callable $encoder ] + Parameter #1 [ callable $decoder ] + } + } + + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method viewQuery ] { + + - Parameters [3] { + Parameter #0 [ string $designDoc ] + Parameter #1 [ string $viewName ] + Parameter #2 [ Couchbase\ViewOptions or NULL $viewOptions ] + } + - Return [ Couchbase\ViewResult ] + } + + Method [ public method ping ] { + + - Parameters [2] { + Parameter #0 [ $services ] + Parameter #1 [ $reportId ] + } + } + + Method [ public method diagnostics ] { + + - Parameters [1] { + Parameter #0 [ $reportId ] + } + } + + Method [ public method defaultCollection ] { + + - Parameters [0] { + } + - Return [ Couchbase\Collection ] + } + + Method [ public method defaultScope ] { + + - Parameters [0] { + } + - Return [ Couchbase\Scope ] + } + + Method [ public method scope ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\Scope ] + } + + Method [ public method collections ] { + + - Parameters [0] { + } + - Return [ Couchbase\CollectionManager ] + } + + Method [ public method viewIndexes ] { + + - Parameters [0] { + } + - Return [ Couchbase\ViewIndexManager ] + } + } + } + + Class [ class Couchbase\CollectionManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $bucket ] + } + + - Methods [6] { + Method [ public method getScope ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\ScopeSpec ] + } + + Method [ public method getAllScopes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method createScope ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method dropScope ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method createCollection ] { + + - Parameters [1] { + Parameter #0 [ Couchbase\CollectionSpec $collection ] + } + } + + Method [ public method dropCollection ] { + + - Parameters [1] { + Parameter #0 [ Couchbase\CollectionSpec $collection ] + } + } + } + } + + Class [ class Couchbase\ScopeSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $uid ] + Property [ private $name ] + Property [ private $collections ] + } + + - Methods [2] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method collections ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Couchbase\CollectionSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $name ] + Property [ private $scope_name ] + Property [ private $max_expiry ] + } + + - Methods [4] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method scopeName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\CollectionSpec ] + } + + Method [ public method setScopeName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\CollectionSpec ] + } + } + } + + Class [ class Couchbase\QueryIndexManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $cluster ] + } + + - Methods [7] { + Method [ public method getAllIndexes ] { + + - Parameters [1] { + Parameter #0 [ string $bucketName ] + } + - Return [ array ] + } + + Method [ public method createIndex ] { + + - Parameters [4] { + Parameter #0 [ string $bucketName ] + Parameter #1 [ string $indexName ] + Parameter #2 [ array $fields ] + Parameter #3 [ Couchbase\CreateQueryIndexOptions or NULL $options ] + } + } + + Method [ public method createPrimaryIndex ] { + + - Parameters [2] { + Parameter #0 [ string $bucketName ] + Parameter #1 [ Couchbase\CreateQueryPrimaryIndexOptions or NULL $options ] + } + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $bucketName ] + Parameter #1 [ string $indexName ] + Parameter #2 [ Couchbase\DropQueryIndexOptions or NULL $options ] + } + } + + Method [ public method dropPrimaryIndex ] { + + - Parameters [2] { + Parameter #0 [ string $bucketName ] + Parameter #1 [ Couchbase\DropQueryPrimaryIndexOptions or NULL $options ] + } + } + + Method [ public method watchIndexes ] { + + - Parameters [4] { + Parameter #0 [ string $bucketName ] + Parameter #1 [ array $indexNames ] + Parameter #2 [ int $timeout ] + Parameter #3 [ Couchbase\WatchQueryIndexesOptions or NULL $options ] + } + } + + Method [ public method buildDeferredIndexes ] { + + - Parameters [1] { + Parameter #0 [ string $bucketName ] + } + } + } + } + + Class [ class Couchbase\QueryIndex ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ private $name ] + Property [ private $is_primary ] + Property [ private $type ] + Property [ private $state ] + Property [ private $keyspace ] + Property [ private $index_key ] + Property [ private $condition ] + } + + - Methods [7] { + Method [ public method name ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isPrimary ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method type ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method state ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method keyspace ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method indexKey ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method condition ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + } + } + + Class [ class Couchbase\CreateQueryIndexOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $condition ] + Property [ private $ignore_if_exists ] + Property [ private $num_replicas ] + Property [ private $deferred ] + } + + - Methods [4] { + Method [ public method condition ] { + + - Parameters [1] { + Parameter #0 [ string $condition ] + } + - Return [ Couchbase\CreateQueryIndexOptions ] + } + + Method [ public method ignoreIfExists ] { + + - Parameters [1] { + Parameter #0 [ bool $shouldIgnore ] + } + - Return [ Couchbase\CreateQueryIndexOptions ] + } + + Method [ public method numReplicas ] { + + - Parameters [1] { + Parameter #0 [ int $number ] + } + - Return [ Couchbase\CreateQueryIndexOptions ] + } + + Method [ public method deferred ] { + + - Parameters [1] { + Parameter #0 [ bool $isDeferred ] + } + - Return [ Couchbase\CreateQueryIndexOptions ] + } + } + } + + Class [ class Couchbase\CreateQueryPrimaryIndexOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $index_name ] + Property [ private $ignore_if_exists ] + Property [ private $num_replicas ] + Property [ private $deferred ] + } + + - Methods [4] { + Method [ public method indexName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\CreateQueryPrimaryIndexOptions ] + } + + Method [ public method ignoreIfExists ] { + + - Parameters [1] { + Parameter #0 [ bool $shouldIgnore ] + } + - Return [ Couchbase\CreateQueryPrimaryIndexOptions ] + } + + Method [ public method numReplicas ] { + + - Parameters [1] { + Parameter #0 [ int $number ] + } + - Return [ Couchbase\CreateQueryPrimaryIndexOptions ] + } + + Method [ public method deferred ] { + + - Parameters [1] { + Parameter #0 [ bool $isDeferred ] + } + - Return [ Couchbase\CreateQueryPrimaryIndexOptions ] + } + } + } + + Class [ class Couchbase\DropQueryIndexOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $ignore_if_not_exists ] + } + + - Methods [1] { + Method [ public method ignoreIfNotExists ] { + + - Parameters [1] { + Parameter #0 [ bool $shouldIgnore ] + } + - Return [ Couchbase\DropQueryIndexOptions ] + } + } + } + + Class [ class Couchbase\DropQueryPrimaryIndexOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $index_name ] + Property [ private $ignore_if_not_exists ] + } + + - Methods [2] { + Method [ public method indexName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Couchbase\DropQueryPrimaryIndexOptions ] + } + + Method [ public method ignoreIfNotExists ] { + + - Parameters [1] { + Parameter #0 [ bool $shouldIgnore ] + } + - Return [ Couchbase\DropQueryPrimaryIndexOptions ] + } + } + } + + Class [ class Couchbase\WatchQueryIndexesOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $watch_primary ] + } + + - Methods [1] { + Method [ public method watchPrimary ] { + + - Parameters [1] { + Parameter #0 [ bool $shouldWatch ] + } + - Return [ Couchbase\WatchQueryIndexesOptions ] + } + } + } + + Interface [ interface Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\CertAuthenticator implements Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method username ] { + + - Parameters [1] { + Parameter #0 [ $username ] + } + } + + Method [ public method password ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + } + } + + Class [ class Couchbase\MutationState ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $tokens ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ Couchbase\MutationResult $source ] + } + - Return [ Couchbase\MutationState ] + } + } + } + + Class [ class Couchbase\AnalyticsOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ private $timeout ] + Property [ private $positional_params ] + Property [ private $named_params ] + Property [ private $raw_params ] + Property [ private $scan_consistency ] + Property [ private $priority ] + Property [ private $readonly ] + Property [ private $client_context_id ] + } + + - Methods [8] { + Method [ public method timeout ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method namedParameters ] { + + - Parameters [1] { + Parameter #0 [ array $arg ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method positionalParameters ] { + + - Parameters [1] { + Parameter #0 [ array $arg ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method raw ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method clientContextId ] { + + - Parameters [1] { + Parameter #0 [ string $value ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method priority ] { + + - Parameters [1] { + Parameter #0 [ bool $arg ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method readonly ] { + + - Parameters [1] { + Parameter #0 [ bool $arg ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + + Method [ public method scanConsistency ] { + + - Parameters [1] { + Parameter #0 [ string $arg ] + } + - Return [ Couchbase\AnalyticsOptions ] + } + } + } + + Interface [ interface Couchbase\LookupInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\LookupGetSpec implements Couchbase\LookupInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $path ] + Property [ private $is_xattr ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $isXattr ] + } + } + } + } + + Class [ class Couchbase\LookupCountSpec implements Couchbase\LookupInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $path ] + Property [ private $is_xattr ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $isXattr ] + } + } + } + } + + Class [ class Couchbase\LookupExistsSpec implements Couchbase\LookupInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $path ] + Property [ private $is_xattr ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $isXattr ] + } + } + } + } + + Interface [ interface Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\MutateInsertSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $path ] + Property [ private $value ] + Property [ private $is_xattr ] + Property [ private $create_path ] + Property [ private $expand_macros ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] + Parameter #4 [ bool $expandMacros ] + } + } + } + } + + Class [ class Couchbase\MutateUpsertSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $path ] + Property [ private $value ] + Property [ private $is_xattr ] + Property [ private $create_path ] + Property [ private $expand_macros ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] + Parameter #4 [ bool $expandMacros ] + } + } + } + } + + Class [ class Couchbase\MutateReplaceSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $path ] + Property [ private $value ] + Property [ private $is_xattr ] + Property [ private $expand_macros ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $expandMacros ] + } + } + } + } + + Class [ class Couchbase\MutateRemoveSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $path ] + Property [ private $is_xattr ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $isXattr ] + } + } + } + } + + Class [ class Couchbase\MutateArrayAppendSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $path ] + Property [ private $values ] + Property [ private $is_xattr ] + Property [ private $create_path ] + Property [ private $expand_macros ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $path ] + Parameter #1 [ array $values ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] + Parameter #4 [ bool $expandMacros ] + } + } + } + } + + Class [ class Couchbase\MutateArrayPrependSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $path ] + Property [ private $values ] + Property [ private $is_xattr ] + Property [ private $create_path ] + Property [ private $expand_macros ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $path ] + Parameter #1 [ array $values ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] + Parameter #4 [ bool $expandMacros ] } } + } + } + + Class [ class Couchbase\MutateArrayInsertSpec implements Couchbase\MutateInSpec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $path ] + Property [ private $values ] + Property [ private $is_xattr ] + Property [ private $create_path ] + Property [ private $expand_macros ] + } - Method [ public method mutateIn ] { + - Methods [1] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $cas ] + - Parameters [5] { + Parameter #0 [ string $path ] + Parameter #1 [ array $values ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] + Parameter #4 [ bool $expandMacros ] } } + } + } - Method [ public method manager ] { + Class [ class Couchbase\MutateArrayAddUniqueSpec implements Couchbase\MutateInSpec ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method query ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $query ] - Parameter #1 [ $jsonAsArray ] - } - } + - Static methods [0] { + } - Method [ public method mapSize ] { + - Properties [5] { + Property [ private $path ] + Property [ private $value ] + Property [ private $is_xattr ] + Property [ private $create_path ] + Property [ private $expand_macros ] + } - - Parameters [1] { - Parameter #0 [ $id ] + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] + Parameter #4 [ bool $expandMacros ] } } + } + } - Method [ public method mapAdd ] { + Class [ class Couchbase\MutateCounterSpec implements Couchbase\MutateInSpec ] { - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $key ] - Parameter #2 [ $value ] - } - } + - Constants [0] { + } - Method [ public method mapRemove ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $key ] - } - } + - Static methods [0] { + } + + - Properties [4] { + Property [ private $path ] + Property [ private $delta ] + Property [ private $is_xattr ] + Property [ private $create_path ] + } - Method [ public method mapGet ] { + - Methods [1] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $key ] + - Parameters [4] { + Parameter #0 [ string $path ] + Parameter #1 [ int $delta ] + Parameter #2 [ bool $isXattr ] + Parameter #3 [ bool $createPath ] } } + } + } - Method [ public method setAdd ] { + Class [ class Couchbase\SearchOptions implements JsonSerializable ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] - } - } + - Constants [0] { + } - Method [ public method setExists ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] - } - } + - Static methods [0] { + } - Method [ public method setRemove ] { + - Properties [10] { + Property [ private $timeout ] + Property [ private $limit ] + Property [ private $skip ] + Property [ private $explain ] + Property [ private $consistent_with ] + Property [ private $fields ] + Property [ private $sort ] + Property [ private $facets ] + Property [ private $highlight_style ] + Property [ private $highlight_fields ] + } - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] + - Methods [10] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { } } - Method [ public method listSize ] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method listPush ] { + Method [ public method limit ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ int $limit ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method listShift ] { + Method [ public method skip ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ int $skip ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method listRemove ] { + Method [ public method explain ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $index ] + - Parameters [1] { + Parameter #0 [ bool $explain ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method listGet ] { + Method [ public method consistentWith ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $index ] - } - } - - Method [ public method listSet ] { - - - Parameters [3] { - Parameter #0 [ $id ] - Parameter #1 [ $index ] - Parameter #2 [ $value ] + Parameter #0 [ string $index ] + Parameter #1 [ Couchbase\MutationState $state ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method listExists ] { + Method [ public method fields ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $fields ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method setSize ] { + Method [ public method facets ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $facets ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method queueSize ] { + Method [ public method sort ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $specs ] } + - Return [ Couchbase\SearchOptions ] } - Method [ public method queueAdd ] { + Method [ public method highlight ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] + Parameter #0 [ string or NULL $style ] + Parameter #1 [ array or NULL $fields ] } + - Return [ Couchbase\SearchOptions ] } + } + } - Method [ public method queueExists ] { + Interface [ interface Couchbase\SearchHighlightMode ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] - } - } + - Constants [3] { + Constant [ public string HTML ] { html } + Constant [ public string ANSI ] { ansi } + Constant [ public string SIMPLE ] { simple } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Couchbase\SearchQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\BooleanFieldSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ public method queueRemove ] { + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $value ] + } + + - Methods [4] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ bool $arg ] } } - Method [ public method ping ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $services ] - Parameter #1 [ $reportId ] + - Parameters [0] { } } - Method [ public method diag ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $reportId ] + Parameter #0 [ float $arg ] } + - Return [ Couchbase\BooleanFieldSearchQuery ] } - Method [ public method registerCryptoProvider ] { + Method [ public method field ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Couchbase\CryptoProvider $provider ] + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\BooleanFieldSearchQuery ] } + } + } - Method [ public method unregisterCryptoProvider ] { + Class [ class Couchbase\BooleanSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $boost ] + Property [ private $must ] + Property [ private $must_not ] + Property [ private $should ] + } + + - Methods [5] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { } } - Method [ public method encryptFields ] { + Method [ public method boost ] { - - Parameters [3] { - Parameter #0 [ $document ] - Parameter #1 [ array $options ] - Parameter #2 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\BooleanSearchQuery ] } - Method [ public method decryptFields ] { + Method [ public method must ] { - - Parameters [3] { - Parameter #0 [ $document ] - Parameter #1 [ array $options ] - Parameter #2 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ Couchbase\ConjunctionSearchQuery $query ] } + - Return [ Couchbase\BooleanSearchQuery ] } - Method [ public method encryptDocument ] { + Method [ public method mustNot ] { - - Parameters [3] { - Parameter #0 [ $document ] - Parameter #1 [ array $options ] - Parameter #2 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ Couchbase\DisjunctionSearchQuery $query ] } + - Return [ Couchbase\BooleanSearchQuery ] } - Method [ public method decryptDocument ] { + Method [ public method should ] { - - Parameters [2] { - Parameter #0 [ $document ] - Parameter #1 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ Couchbase\DisjunctionSearchQuery $query ] } + - Return [ Couchbase\BooleanSearchQuery ] } } } - Class [ class Couchbase\BucketManager ] { + Class [ class Couchbase\ConjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1052,123 +7333,173 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ private $boost ] + Property [ private $queries ] } - - Methods [15] { - Method [ final private method __construct ] { + - Methods [4] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $queries ] } } - Method [ public method info ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ public method flush ] { + Method [ public method boost ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\ConjunctionSearchQuery ] } - Method [ public method listDesignDocuments ] { + Method [ public method every ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ...$(queries) ] } + - Return [ Couchbase\ConjunctionSearchQuery ] } + } + } + + Class [ class Couchbase\DateRangeSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ public method getDesignDocuments ] { + - Properties [7] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $start ] + Property [ private $inclusive_start ] + Property [ private $end ] + Property [ private $inclusive_end ] + Property [ private $date_time_parser ] + } + + - Methods [6] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ public method getDesignDocument ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $boost ] } + - Return [ Couchbase\DateRangeSearchQuery ] } - Method [ public method removeDesignDocument ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $field ] } + - Return [ Couchbase\DateRangeSearchQuery ] } - Method [ public method upsertDesignDocument ] { + Method [ public method start ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $document ] + Parameter #0 [ $start ] + Parameter #1 [ bool or NULL $inclusive ] } + - Return [ Couchbase\DateRangeSearchQuery ] } - Method [ public method insertDesignDocument ] { + Method [ public method end ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $document ] + Parameter #0 [ $end ] + Parameter #1 [ bool or NULL $inclusive ] } + - Return [ Couchbase\DateRangeSearchQuery ] } - Method [ public method listN1qlIndexes ] { + Method [ public method dateTimeParser ] { + + - Parameters [1] { + Parameter #0 [ string $dateTimeParser ] + } + - Return [ Couchbase\DateRangeSearchQuery ] + } + } + } + + Class [ class Couchbase\DisjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - - Parameters [0] { - } - } + - Properties [3] { + Property [ private $queries ] + Property [ private $min ] + Property [ private $boost ] + } - Method [ public method createN1qlPrimaryIndex ] { + - Methods [5] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $customName ] - Parameter #1 [ $ignoreIfExist ] - Parameter #2 [ $defer ] + - Parameters [1] { + Parameter #0 [ array $queries ] } } - Method [ public method createN1qlIndex ] { + Method [ public method jsonSerialize ] { - - Parameters [5] { - Parameter #0 [ $indexName ] - Parameter #1 [ $fields ] - Parameter #2 [ $whereClause ] - Parameter #3 [ $ignoreIfExist ] - Parameter #4 [ $defer ] + - Parameters [0] { } } - Method [ public method dropN1qlPrimaryIndex ] { + Method [ public method boost ] { - - Parameters [3] { - Parameter #0 [ $customName ] - Parameter #1 [ $ignoreIfNotExist ] - Parameter #2 [ $defer ] + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\DisjunctionSearchQuery ] } - Method [ public method dropN1qlIndex ] { + Method [ public method either ] { - - Parameters [3] { - Parameter #0 [ $indexName ] - Parameter #1 [ $ignoreIfNotExist ] - Parameter #2 [ $defer ] + - Parameters [1] { + Parameter #0 [ ...$(queries) ] } + - Return [ Couchbase\DisjunctionSearchQuery ] } - Method [ public method searchIndexManager ] { + Method [ public method min ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $min ] } + - Return [ Couchbase\DisjunctionSearchQuery ] } } } - Interface [ interface Couchbase\Authenticator ] { + Class [ class Couchbase\DocIdSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1179,37 +7510,45 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $ids ] } - - Methods [0] { - } - } + - Methods [4] { + Method [ public method jsonSerialize ] { - Class [ class Couchbase\CertAuthenticator implements Couchbase\Authenticator ] { + - Parameters [0] { + } + } - - Constants [0] { - } + Method [ public method boost ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ float $boost ] + } + - Return [ Couchbase\DocIdSearchQuery ] + } - - Static methods [0] { - } + Method [ public method field ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ Couchbase\DocIdSearchQuery ] + } - - Methods [1] { - Method [ public method __construct ] { + Method [ public method docIds ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ...$(documentIds) ] } } } } - Class [ class Couchbase\ClassicAuthenticator implements Couchbase\Authenticator ] { + Class [ class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1220,35 +7559,51 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $top_left_longitude ] + Property [ private $top_left_latitude ] + Property [ private $bottom_right_longitude ] + Property [ private $bottom_right_latitude ] } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { + - Parameters [4] { + Parameter #0 [ float $top_left_longitude ] + Parameter #1 [ float $top_left_latitude ] + Parameter #2 [ float $buttom_right_longitude ] + Parameter #3 [ float $buttom_right_latitude ] + } + } + + Method [ public method jsonSerialize ] { + - Parameters [0] { } } - Method [ public method cluster ] { + Method [ public method boost ] { - - Parameters [2] { - Parameter #0 [ $username ] - Parameter #1 [ $password ] + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\GeoBoundingBoxSearchQuery ] } - Method [ public method bucket ] { + Method [ public method field ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $password ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ Couchbase\GeoBoundingBoxSearchQuery ] } } } - Class [ class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { + Class [ class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1259,33 +7614,49 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $longitude ] + Property [ private $latitude ] + Property [ private $distance ] } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ float $longitude ] + Parameter #1 [ float $latitude ] + Parameter #2 [ string $distance ] + } + } + + Method [ public method jsonSerialize ] { + - Parameters [0] { } } - Method [ public method username ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $username ] + Parameter #0 [ float $boost ] } + - Return [ Couchbase\GeoDistanceSearchQuery ] } - Method [ public method password ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $password ] + Parameter #0 [ string $field ] } + - Return [ Couchbase\GeoDistanceSearchQuery ] } } } - Class [ class Couchbase\MutationToken ] { + Class [ class Couchbase\GeoPolygonSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1293,55 +7664,48 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method from ] { - - - Parameters [4] { - Parameter #0 [ $bucketName ] - Parameter #1 [ $vbucketId ] - Parameter #2 [ $vbucketUuid ] - Parameter #3 [ $sequenceNumber ] - } - } + - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $coordinates ] } - - Methods [5] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method bucketName ] { + - Methods [4] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $coordinates ] } } - Method [ public method vbucketId ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ public method vbucketUuid ] { + Method [ public method boost ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\GeoPolygonSearchQuery ] } - Method [ public method sequenceNumber ] { + Method [ public method field ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ Couchbase\GeoPolygonSearchQuery ] } } } - Class [ class Couchbase\MutationState ] { + Class [ class Couchbase\Coordinate implements JsonSerializable ] { - Constants [0] { } @@ -1349,35 +7713,32 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method from ] { - - - Parameters [1] { - Parameter #0 [ $source ] - } - } + - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ private $longitude ] + Property [ private $latitude ] } - Methods [2] { - Method [ final private method __construct ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ float $longitude ] + Parameter #1 [ float $latitude ] } } - Method [ public method add ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $source ] + - Parameters [0] { } } } } - Interface [ interface Couchbase\ViewQueryEncodable ] { + Class [ class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1388,177 +7749,118 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $boost ] } - - Methods [1] { - Method [ abstract public method encode ] { + - Methods [2] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ float $boost ] + } + - Return [ Couchbase\MatchAllSearchQuery ] + } } } - Class [ class Couchbase\ViewQuery implements Couchbase\ViewQueryEncodable ] { + Class [ class Couchbase\MatchNoneSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Constants [5] { - Constant [ public int UPDATE_BEFORE ] { 1 } - Constant [ public int UPDATE_NONE ] { 2 } - Constant [ public int UPDATE_AFTER ] { 3 } - Constant [ public int ORDER_ASCENDING ] { 1 } - Constant [ public int ORDER_DESCENDING ] { 2 } + - Constants [0] { } - Static properties [0] { } - - Static methods [2] { - Method [ static public method from ] { - - - Parameters [2] { - Parameter #0 [ $designDocumentName ] - Parameter #1 [ $viewName ] - } - } - - Method [ static public method fromSpatial ] { - - - Parameters [2] { - Parameter #0 [ $designDocumentName ] - Parameter #1 [ $viewName ] - } - } + - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $boost ] } - - Methods [17] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method encode ] { + - Methods [2] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ public method limit ] { - - - Parameters [1] { - Parameter #0 [ $limit ] - } - } - - Method [ public method skip ] { - - - Parameters [1] { - Parameter #0 [ $skip ] - } - } - - Method [ public method consistency ] { - - - Parameters [1] { - Parameter #0 [ $consistency ] - } - } - - Method [ public method stale ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $consistency ] + Parameter #0 [ float $boost ] } + - Return [ Couchbase\MatchNoneSearchQuery ] } + } + } - Method [ public method custom ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - } + Class [ class Couchbase\MatchPhraseSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Method [ public method order ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $order ] - } - } + - Static properties [0] { + } - Method [ public method reduce ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $reduce ] - } - } + - Properties [4] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $value ] + Property [ private $analyzer ] + } - Method [ public method group ] { + - Methods [5] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ string $value ] } } - Method [ public method groupLevel ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $group_level ] + - Parameters [0] { } } - Method [ public method group_level ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $group_level ] + Parameter #0 [ float $boost ] } + - Return [ Couchbase\MatchPhraseSearchQuery ] } - Method [ public method key ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $field ] } + - Return [ Couchbase\MatchPhraseSearchQuery ] } - Method [ public method keys ] { + Method [ public method analyzer ] { - Parameters [1] { - Parameter #0 [ $keys ] - } - } - - Method [ public method range ] { - - - Parameters [3] { - Parameter #0 [ $startKey ] - Parameter #1 [ $endKey ] - Parameter #2 [ $inclusiveEnd ] - } - } - - Method [ public method idRange ] { - - - Parameters [2] { - Parameter #0 [ $startKeyDocumentId ] - Parameter #1 [ $endKeyDocumentId ] - } - } - - Method [ public method id_range ] { - - - Parameters [2] { - Parameter #0 [ $startKeyDocumentId ] - Parameter #1 [ $endKeyDocumentId ] + Parameter #0 [ string $analyzer ] } + - Return [ Couchbase\MatchPhraseSearchQuery ] } } } - Class [ class Couchbase\SpatialViewQuery implements Couchbase\ViewQueryEncodable ] { + Class [ class Couchbase\MatchSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1566,91 +7868,75 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method from ] { - - - Parameters [2] { - Parameter #0 [ $designDocumentName ] - Parameter #1 [ $viewName ] - } - } + - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $value ] + Property [ private $analyzer ] + Property [ private $prefix_length ] + Property [ private $fuzziness ] } - - Methods [10] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method encode ] { - - - Parameters [0] { - } - } - - Method [ public method limit ] { - - - Parameters [1] { - Parameter #0 [ $limit ] - } - } - - Method [ public method skip ] { + - Methods [7] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $skip ] + Parameter #0 [ string $value ] } } - Method [ public method consistency ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $consistency ] + - Parameters [0] { } } - Method [ public method stale ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $consistency ] + Parameter #0 [ float $boost ] } + - Return [ Couchbase\MatchSearchQuery ] } - Method [ public method bbox ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $bbox ] + Parameter #0 [ string $field ] } + - Return [ Couchbase\MatchSearchQuery ] } - Method [ public method startRange ] { + Method [ public method analyzer ] { - Parameters [1] { - Parameter #0 [ $range ] + Parameter #0 [ string $analyzer ] } + - Return [ Couchbase\MatchSearchQuery ] } - Method [ public method endRange ] { + Method [ public method prefixLength ] { - Parameters [1] { - Parameter #0 [ $range ] + Parameter #0 [ int $prefix_length ] } + - Return [ Couchbase\MatchSearchQuery ] } - Method [ public method custom ] { + Method [ public method fuzziness ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ int $fuzziness ] } + - Return [ Couchbase\MatchSearchQuery ] } } } - Class [ class Couchbase\AnalyticsQuery ] { + Class [ class Couchbase\NumericRangeSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1658,184 +7944,162 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method fromString ] { - - - Parameters [1] { - Parameter #0 [ $statement ] - } - } + - Static methods [0] { } - - Properties [1] { - Property [ public $options ] + - Properties [6] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $min ] + Property [ private $inclusive_min ] + Property [ private $max ] + Property [ private $inclusive_max ] } - - Methods [4] { - Method [ final private method __construct ] { + - Methods [5] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ public method positionalParams ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ $boost ] } + - Return [ Couchbase\NumericRangeSearchQuery ] } - Method [ public method namedParams ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ $field ] } + - Return [ Couchbase\NumericRangeSearchQuery ] } - Method [ public method rawParam ] { + Method [ public method min ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] + Parameter #0 [ float $min ] + Parameter #1 [ bool or NULL $inclusive ] + } + - Return [ Couchbase\NumericRangeSearchQuery ] + } + + Method [ public method max ] { + + - Parameters [2] { + Parameter #0 [ float $max ] + Parameter #1 [ bool or NULL $inclusive ] } + - Return [ Couchbase\NumericRangeSearchQuery ] } } } - Class [ class Couchbase\N1qlQuery ] { + Class [ class Couchbase\PhraseSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Constants [6] { - Constant [ public int NOT_BOUNDED ] { 1 } - Constant [ public int REQUEST_PLUS ] { 2 } - Constant [ public int STATEMENT_PLUS ] { 3 } - Constant [ public string PROFILE_NONE ] { off } - Constant [ public string PROFILE_PHASES ] { phases } - Constant [ public string PROFILE_TIMINGS ] { timings } + - Constants [0] { } - Static properties [0] { } - - Static methods [1] { - Method [ static public method fromString ] { - - - Parameters [1] { - Parameter #0 [ $statement ] - } - } + - Static methods [0] { } - - Properties [1] { - Property [ public $options ] + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $terms ] } - - Methods [14] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method adhoc ] { - - - Parameters [1] { - Parameter #0 [ $adhoc ] - } - } - - Method [ public method crossBucket ] { + - Methods [4] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $crossBucket ] + Parameter #0 [ ...$terms ] } } - Method [ public method positionalParams ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $params ] + - Parameters [0] { } } - Method [ public method namedParams ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ float $boost ] } + - Return [ Couchbase\PhraseSearchQuery ] } - Method [ public method consistency ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $consistency ] + Parameter #0 [ string $field ] } + - Return [ Couchbase\PhraseSearchQuery ] } + } + } - Method [ public method profile ] { - - - Parameters [1] { - Parameter #0 [ $profileType ] - } - } + Class [ class Couchbase\PrefixSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Method [ public method consistentWith ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $mutationState ] - } - } + - Static properties [0] { + } - Method [ public method scanCap ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $scanCap ] - } - } + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $value ] + } - Method [ public method pipelineBatch ] { + - Methods [4] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $pipelineBatch ] + Parameter #0 [ string $prefix ] } } - Method [ public method pipelineCap ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $pipelineCap ] + - Parameters [0] { } } - Method [ public method maxParallelism ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $maxParallelism ] + Parameter #0 [ string $boost ] } + - Return [ Couchbase\PrefixSearchQuery ] } - Method [ public method readonly ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $readonly ] - } - } - - Method [ public method rawParam ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ string $field ] } + - Return [ Couchbase\PrefixSearchQuery ] } } } - Class [ class Couchbase\N1qlIndex ] { + Class [ class Couchbase\QueryStringSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Constants [3] { - Constant [ public int VIEW ] { 2 } - Constant [ public int GSI ] { 1 } - Constant [ public int UNSPECIFIED ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -1844,27 +8108,35 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [8] { - Property [ public $name ] - Property [ public $isPrimary ] - Property [ public $type ] - Property [ public $state ] - Property [ public $keyspace ] - Property [ public $namespace ] - Property [ public $fields ] - Property [ public $condition ] + - Properties [2] { + Property [ private $boost ] + Property [ private $value ] } - - Methods [1] { - Method [ final private method __construct ] { + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $query_string ] + } + } + + Method [ public method jsonSerialize ] { - Parameters [0] { } } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ float $boost ] + } + } } } - Class [ class Couchbase\LookupInBuilder ] { + Class [ class Couchbase\RegexpSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - Constants [0] { } @@ -1875,54 +8147,47 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $value ] } - - Methods [5] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method get ] { + - Methods [4] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $options ] + - Parameters [1] { + Parameter #0 [ string $regexp ] } } - Method [ public method getCount ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $options ] + - Parameters [0] { } } - Method [ public method exists ] { + Method [ public method boost ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $options ] + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\RegexpSearchQuery ] } - Method [ public method execute ] { + Method [ public method field ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ Couchbase\RegexpSearchQuery ] } } } - Class [ class Couchbase\MutateInBuilder ] { + Class [ class Couchbase\TermSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Constants [3] { - Constant [ public int FULLDOC_REPLACE ] { 1 } - Constant [ public int FULLDOC_INSERT ] { 2 } - Constant [ public int FULLDOC_UPSERT ] { 3 } + - Constants [0] { } - Static properties [0] { @@ -1931,326 +8196,356 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $term ] + Property [ private $analyzer ] + Property [ private $prefix_length ] + Property [ private $fuzziness ] } - - Methods [16] { - Method [ final private method __construct ] { + - Methods [6] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $term ] } } - Method [ public method insert ] { + Method [ public method jsonSerialize ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - Parameter #2 [ $createParents ] + - Parameters [0] { } } - Method [ public method upsert ] { + Method [ public method boost ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - Parameter #2 [ $createParents ] + - Parameters [1] { + Parameter #0 [ float $boost ] } + - Return [ Couchbase\TermSearchQuery ] } - Method [ public method modeDocument ] { + Method [ public method field ] { - Parameters [1] { - Parameter #0 [ $mode ] + Parameter #0 [ string $field ] } + - Return [ Couchbase\TermSearchQuery ] } - Method [ public method replace ] { + Method [ public method prefixLength ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ int $prefix_length ] } + - Return [ Couchbase\TermSearchQuery ] } - Method [ public method remove ] { + Method [ public method fuzziness ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ int $fuzziness ] } + - Return [ Couchbase\TermSearchQuery ] } + } + } - Method [ public method arrayPrepend ] { + Class [ class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - Parameter #2 [ $createParents ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method arrayAppend ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - Parameter #2 [ $createParents ] + - Properties [6] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $min ] + Property [ private $inclusive_min ] + Property [ private $max ] + Property [ private $inclusive_max ] + } + + - Methods [5] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { } } - Method [ public method arrayInsert ] { + Method [ public method boost ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $boost ] } + - Return [ Couchbase\TermRangeSearchQuery ] } - Method [ public method arrayPrependAll ] { + Method [ public method field ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $values ] - Parameter #2 [ $createParents ] + - Parameters [1] { + Parameter #0 [ $field ] } + - Return [ Couchbase\TermRangeSearchQuery ] } - Method [ public method arrayAppendAll ] { + Method [ public method min ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $values ] - Parameter #2 [ $createParents ] + - Parameters [2] { + Parameter #0 [ float $min ] + Parameter #1 [ bool or NULL $inclusive ] } + - Return [ Couchbase\TermRangeSearchQuery ] } - Method [ public method arrayInsertAll ] { + Method [ public method max ] { - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $values ] + Parameter #0 [ float $max ] + Parameter #1 [ bool or NULL $inclusive ] } + - Return [ Couchbase\TermRangeSearchQuery ] } + } + } - Method [ public method arrayAddUnique ] { + Class [ class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQuery ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - Parameter #2 [ $createParents ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $boost ] + Property [ private $field ] + Property [ private $value ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $wildcard ] } } - Method [ public method counter ] { + Method [ public method jsonSerialize ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $delta ] - Parameter #2 [ $createParents ] + - Parameters [0] { } } - Method [ public method withExpiry ] { + Method [ public method boost ] { - Parameters [1] { - Parameter #0 [ $expiry ] + Parameter #0 [ float $boost ] } + - Return [ Couchbase\WildcardSearchQuery ] } - Method [ public method execute ] { + Method [ public method field ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ Couchbase\WildcardSearchQuery ] } } } - Class [ class Couchbase\SearchQuery implements JsonSerializable ] { + Interface [ interface Couchbase\SearchFacet ] { - - Constants [3] { - Constant [ public string HIGHLIGHT_HTML ] { html } - Constant [ public string HIGHLIGHT_ANSI ] { ansi } - Constant [ public string HIGHLIGHT_SIMPLE ] { simple } + - Constants [0] { } - Static properties [0] { } - - Static methods [23] { - Method [ static public method booleanField ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - } - - Method [ static public method boolean ] { - - - Parameters [0] { - } - } - - Method [ static public method conjuncts ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ ...$(queries) ] - } - } + - Properties [0] { + } - Method [ static public method dateRange ] { + - Methods [0] { + } + } - - Parameters [0] { - } - } + Class [ class Couchbase\TermSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { - Method [ static public method disjuncts ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ ...$(queries) ] - } - } + - Static properties [0] { + } - Method [ static public method docId ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ ...$(documentIds) ] - } - } + - Properties [2] { + Property [ private $field ] + Property [ private $limit ] + } - Method [ static public method match ] { + - Methods [2] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $match ] + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ int $limit ] } } - Method [ static public method matchAll ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } + } + } - Method [ static public method matchNone ] { + Class [ class Couchbase\NumericRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ static public method matchPhrase ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $matchPhrase ] - } - } + - Static methods [0] { + } - Method [ static public method numericRange ] { + - Properties [3] { + Property [ private $field ] + Property [ private $limit ] + Property [ private $ranges ] + } - - Parameters [0] { + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ int $limit ] } } - Method [ static public method phrase ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ ...$(terms) ] + - Parameters [0] { } } - Method [ static public method prefix ] { + Method [ public method addRange ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ float or NULL $min ] + Parameter #2 [ float or NULL $max ] } + - Return [ Couchbase\NumericRangeSearchFacet ] } + } + } - Method [ static public method queryString ] { + Class [ class Couchbase\DateRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { - - Parameters [1] { - Parameter #0 [ $queryString ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ static public method regexp ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $regexp ] - } - } + - Properties [3] { + Property [ private $field ] + Property [ private $limit ] + Property [ private $ranges ] + } - Method [ static public method term ] { + - Methods [3] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $term ] + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ int $limit ] } } - Method [ static public method termRange ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ static public method geoBoundingBox ] { + Method [ public method addRange ] { - - Parameters [4] { - Parameter #0 [ $topLeftLongitude ] - Parameter #1 [ $topLeftLatitude ] - Parameter #2 [ $bottomRightLongitude ] - Parameter #3 [ $bottomRightLatitude ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] } + - Return [ Couchbase\DateRangeSearchFacet ] } + } + } - Method [ static public method geoDistance ] { + Interface [ interface Couchbase\SearchSort ] { - - Parameters [3] { - Parameter #0 [ $longitude ] - Parameter #1 [ $latitude ] - Parameter #2 [ $distance ] - } - } + - Constants [0] { + } - Method [ static public method wildcard ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $wildcard ] - } - } + - Static methods [0] { + } - Method [ static public method termFacet ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $limit ] - } - } + - Methods [0] { + } + } - Method [ static public method dateRangeFacet ] { + Class [ class Couchbase\SearchSortField implements JsonSerializable, Couchbase\SearchSort ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $limit ] - } - } + - Constants [0] { + } - Method [ static public method numericRangeFacet ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $limit ] - } - } + - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ private $desc ] + Property [ private $field ] + Property [ private $type ] + Property [ private $mode ] + Property [ private $missing ] } - - Methods [11] { + - Methods [6] { Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $indexName ] - Parameter #1 [ $queryPart ] + - Parameters [1] { + Parameter #0 [ string $field ] } } @@ -2260,76 +8555,88 @@ Extension [ extension #109 couchbase version 2.6.2 ] { } } - Method [ public method limit ] { + Method [ public method descending ] { - Parameters [1] { - Parameter #0 [ $limit ] + Parameter #0 [ bool $descending ] } + - Return [ Couchbase\SearchSortField ] } - Method [ public method skip ] { + Method [ public method type ] { - Parameters [1] { - Parameter #0 [ $skip ] + Parameter #0 [ string $type ] } + - Return [ Couchbase\SearchSortField ] } - Method [ public method explain ] { + Method [ public method mode ] { - Parameters [1] { - Parameter #0 [ $explain ] + Parameter #0 [ string $mode ] } + - Return [ Couchbase\SearchSortField ] } - Method [ public method serverSideTimeout ] { + Method [ public method missing ] { - Parameters [1] { - Parameter #0 [ $serverSideTimeout ] + Parameter #0 [ string $missing ] } + - Return [ Couchbase\SearchSortField ] } + } + } - Method [ public method consistentWith ] { + Interface [ interface Couchbase\SearchSortType ] { - - Parameters [1] { - Parameter #0 [ $mutationState ] - } - } + - Constants [4] { + Constant [ public string AUTO ] { auto } + Constant [ public string STRING ] { string } + Constant [ public string NUMBER ] { number } + Constant [ public string DATE ] { date } + } - Method [ public method fields ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ ...$(fields) ] - } - } + - Static methods [0] { + } - Method [ public method sort ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ ...$(sort) ] - } - } + - Methods [0] { + } + } - Method [ public method highlight ] { + Interface [ interface Couchbase\SearchSortMode ] { - - Parameters [2] { - Parameter #0 [ $style ] - Parameter #1 [ ...$(fields) ] - } - } + - Constants [3] { + Constant [ public string DEFAULT ] { default } + Constant [ public string MIN ] { min } + Constant [ public string MAX ] { max } + } - Method [ public method addFacet ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $facet ] - } - } + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { } } - Interface [ interface Couchbase\SearchQueryPart ] { + Interface [ interface Couchbase\SearchSortMissing ] { - - Constants [0] { + - Constants [2] { + Constant [ public string FIRST ] { first } + Constant [ public string LAST ] { last } } - Static properties [0] { @@ -2345,7 +8652,7 @@ Extension [ extension #109 couchbase version 2.6.2 ] { } } - Class [ class Couchbase\BooleanFieldSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\SearchSortGeoDistance implements JsonSerializable, Couchbase\SearchSort ] { - Constants [0] { } @@ -2356,13 +8663,21 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ private $desc ] + Property [ private $field ] + Property [ private $longitude ] + Property [ private $latitude ] + Property [ private $unit ] } - Methods [4] { - Method [ final private method __construct ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $field ] + Parameter #1 [ float $longitude ] + Parameter #2 [ float $latitude ] } } @@ -2372,23 +8687,25 @@ Extension [ extension #109 couchbase version 2.6.2 ] { } } - Method [ public method boost ] { + Method [ public method descending ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ bool $descending ] } + - Return [ Couchbase\SearchSortGeoDistance ] } - Method [ public method field ] { + Method [ public method unit ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ string $unit ] } + - Return [ Couchbase\SearchSortGeoDistance ] } } } - Class [ class Couchbase\BooleanSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\SearchSortId implements JsonSerializable, Couchbase\SearchSort ] { - Constants [0] { } @@ -2399,53 +8716,60 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $desc ] } - - Methods [6] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - + - Methods [2] { Method [ public method jsonSerialize ] { - Parameters [0] { } } - Method [ public method boost ] { + Method [ public method descending ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ bool $descending ] } + - Return [ Couchbase\SearchSortId ] } + } + } - Method [ public method must ] { + Class [ class Couchbase\SearchSortScore implements JsonSerializable, Couchbase\SearchSort ] { - - Parameters [1] { - Parameter #0 [ ...$(queries) ] - } - } + - Constants [0] { + } - Method [ public method mustNot ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ ...$(queries) ] + - Static methods [0] { + } + + - Properties [1] { + Property [ private $desc ] + } + + - Methods [2] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { } } - Method [ public method should ] { + Method [ public method descending ] { - Parameters [1] { - Parameter #0 [ ...$(queries) ] + Parameter #0 [ bool $descending ] } + - Return [ Couchbase\SearchSortScore ] } } } - Class [ class Couchbase\ConjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\SearchIndexManager ] { - Constants [0] { } @@ -2459,102 +8783,97 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Properties [0] { } - - Methods [4] { - Method [ final private method __construct ] { + - Methods [12] { + Method [ public method getIndex ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Couchbase\SearchIndex ] } - Method [ public method jsonSerialize ] { + Method [ public method getAllIndexes ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method boost ] { - - - Parameters [1] { - Parameter #0 [ $boost ] - } - } - - Method [ public method every ] { + Method [ public method upsertIndex ] { - Parameters [1] { - Parameter #0 [ ...$(queries) ] + Parameter #0 [ Couchbase\SearchIndex $indexDefinition ] } } - } - } - - Class [ class Couchbase\DateRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method dropIndex ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + } - - Methods [7] { - Method [ final private method __construct ] { + Method [ public method getIndexedDocumentsCount ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $indexName ] } + - Return [ int ] } - Method [ public method jsonSerialize ] { + Method [ public method pauseIngest ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $indexName ] } } - Method [ public method boost ] { + Method [ public method resumeIngest ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ string $indexName ] } } - Method [ public method field ] { + Method [ public method allowQuerying ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ string $indexName ] } } - Method [ public method start ] { + Method [ public method disallowQuerying ] { - - Parameters [2] { - Parameter #0 [ $start ] - Parameter #1 [ $inclusive ] + - Parameters [1] { + Parameter #0 [ string $indexName ] } } - Method [ public method end ] { + Method [ public method freezePlan ] { - - Parameters [2] { - Parameter #0 [ $end ] - Parameter #1 [ $inclusive ] + - Parameters [1] { + Parameter #0 [ string $indexName ] } } - Method [ public method dateTimeParser ] { + Method [ public method unfreezePlan ] { - Parameters [1] { - Parameter #0 [ $dateTimeParser ] + Parameter #0 [ string $indexName ] + } + } + + Method [ public method analyzeDocument ] { + + - Parameters [2] { + Parameter #0 [ string $indexName ] + Parameter #1 [ $document ] } } } } - Class [ class Couchbase\DisjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\SearchIndex implements JsonSerializable ] { - Constants [0] { } @@ -2565,139 +8884,147 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [8] { + Property [ private $type ] + Property [ private $uuid ] + Property [ private $name ] + Property [ private $params ] + Property [ private $source_type ] + Property [ private $source_uuid ] + Property [ private $source_name ] + Property [ private $source_params ] } - - Methods [5] { - Method [ final private method __construct ] { + - Methods [17] { + Method [ public method type ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method uuid ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method boost ] { + Method [ public method name ] { - - Parameters [1] { - Parameter #0 [ $boost ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method either ] { + Method [ public method params ] { - - Parameters [1] { - Parameter #0 [ ...$(queries) ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method min ] { + Method [ public method sourceType ] { - - Parameters [1] { - Parameter #0 [ $min ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Couchbase\DocIdSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method sourceUuid ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [5] { - Method [ final private method __construct ] { + Method [ public method sourceName ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method sourceParams ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method boost ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ string $type ] } + - Return [ Couchbase\SearchIndex ] } - Method [ public method field ] { + Method [ public method setUuid ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ string $uuid ] } + - Return [ Couchbase\SearchIndex ] } - Method [ public method docIds ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ ...$(documentIds) ] + Parameter #0 [ string $name ] } + - Return [ Couchbase\SearchIndex ] } - } - } - - Class [ class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { - - Constants [0] { - } + Method [ public method setParams ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ Couchbase\SearchIndex ] + } - - Static methods [0] { - } + Method [ public method setSourceType ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Couchbase\SearchIndex ] + } - - Methods [4] { - Method [ final private method __construct ] { + Method [ public method setSourceUuid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $uuid ] } + - Return [ Couchbase\SearchIndex ] } - Method [ public method jsonSerialize ] { + Method [ public method setSourceName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Couchbase\SearchIndex ] } - Method [ public method boost ] { + Method [ public method setSourceParams ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ array $params ] } + - Return [ Couchbase\SearchIndex ] } - Method [ public method field ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [0] { } } } } - Class [ class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\GetOptions ] { - Constants [0] { } @@ -2708,39 +9035,40 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $timeout ] + Property [ private $with_expiry ] + Property [ private $project ] } - - Methods [4] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method jsonSerialize ] { + - Methods [3] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\GetOptions ] } - Method [ public method boost ] { + Method [ public method withExpiry ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ bool $arg ] } + - Return [ Couchbase\GetOptions ] } - Method [ public method field ] { + Method [ public method project ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ array $arg ] } + - Return [ Couchbase\GetOptions ] } } } - Class [ class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\GetAndTouchOptions ] { - Constants [0] { } @@ -2751,32 +9079,22 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $timeout ] } - - Methods [3] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method jsonSerialize ] { - - - Parameters [0] { - } - } - - Method [ public method boost ] { + - Methods [1] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\GetAndTouchOptions ] } } } - Class [ class Couchbase\MatchNoneSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\GetAndLockOptions ] { - Constants [0] { } @@ -2787,32 +9105,48 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $timeout ] } - - Methods [3] { - Method [ final private method __construct ] { + - Methods [1] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\GetAndLockOptions ] } + } + } - Method [ public method jsonSerialize ] { + Class [ class Couchbase\GetAllReplicasOptions ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method boost ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $timeout ] + } + + - Methods [1] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\GetAllReplicasOptions ] } } } - Class [ class Couchbase\MatchPhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\GetAnyReplicaOptions ] { - Constants [0] { } @@ -2823,46 +9157,48 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $timeout ] } - - Methods [5] { - Method [ final private method __construct ] { + - Methods [1] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\GetAnyReplicaOptions ] } + } + } - Method [ public method jsonSerialize ] { - - - Parameters [0] { - } - } + Class [ class Couchbase\ExistsOptions ] { - Method [ public method boost ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $boost ] - } - } + - Static properties [0] { + } - Method [ public method field ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $field ] - } - } + - Properties [1] { + Property [ private $timeout ] + } - Method [ public method analyzer ] { + - Methods [1] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $analyzer ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\ExistsOptions ] } } } - Class [ class Couchbase\MatchSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\UnlockOptions ] { - Constants [0] { } @@ -2873,60 +9209,66 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $timeout ] } - - Methods [7] { - Method [ final private method __construct ] { + - Methods [1] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\UnlockOptions ] } + } + } - Method [ public method jsonSerialize ] { - - - Parameters [0] { - } - } + Class [ class Couchbase\InsertOptions ] { - Method [ public method boost ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $boost ] - } - } + - Static properties [0] { + } - Method [ public method field ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $field ] - } - } + - Properties [3] { + Property [ private $timeout ] + Property [ private $expiry ] + Property [ private $durability_level ] + } - Method [ public method analyzer ] { + - Methods [3] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $analyzer ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\InsertOptions ] } - Method [ public method prefixLength ] { + Method [ public method expiry ] { - Parameters [1] { - Parameter #0 [ $prefixLength ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\InsertOptions ] } - Method [ public method fuzziness ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $fuzziness ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\InsertOptions ] } } } - Class [ class Couchbase\NumericRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\UpsertOptions ] { - Constants [0] { } @@ -2937,55 +9279,49 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ private $cas ] + Property [ private $timeout ] + Property [ private $expiry ] + Property [ private $durability_level ] } - - Methods [6] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method jsonSerialize ] { - - - Parameters [0] { - } - } - - Method [ public method boost ] { + - Methods [4] { + Method [ public method cas ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ string $arg ] } + - Return [ Couchbase\UpsertOptions ] } - Method [ public method field ] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\UpsertOptions ] } - Method [ public method min ] { + Method [ public method expiry ] { - - Parameters [2] { - Parameter #0 [ $min ] - Parameter #1 [ $inclusive ] + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\UpsertOptions ] } - Method [ public method max ] { + Method [ public method durabilityLevel ] { - - Parameters [2] { - Parameter #0 [ $max ] - Parameter #1 [ $inclusive ] + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\UpsertOptions ] } } } - Class [ class Couchbase\PhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\ReplaceOptions ] { - Constants [0] { } @@ -2996,39 +9332,49 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ private $cas ] + Property [ private $timeout ] + Property [ private $expiry ] + Property [ private $durability_level ] } - Methods [4] { - Method [ final private method __construct ] { + Method [ public method cas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\ReplaceOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\ReplaceOptions ] } - Method [ public method boost ] { + Method [ public method expiry ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\ReplaceOptions ] } - Method [ public method field ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\ReplaceOptions ] } } } - Class [ class Couchbase\PrefixSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\AppendOptions ] { - Constants [0] { } @@ -3039,39 +9385,40 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $cas ] + Property [ private $timeout ] + Property [ private $durability_level ] } - - Methods [4] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method jsonSerialize ] { + - Methods [3] { + Method [ public method cas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\AppendOptions ] } - Method [ public method boost ] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\AppendOptions ] } - Method [ public method field ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\AppendOptions ] } } } - Class [ class Couchbase\QueryStringSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\PrependOptions ] { - Constants [0] { } @@ -3082,34 +9429,46 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $cas ] + Property [ private $timeout ] + Property [ private $durability_level ] } - Methods [3] { - Method [ final private method __construct ] { + Method [ public method cas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\PrependOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\PrependOptions ] } - Method [ public method boost ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\PrependOptions ] } } } - Class [ class Couchbase\RegexpSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Interface [ interface Couchbase\DurabilityLevel ] { - - Constants [0] { + - Constants [4] { + Constant [ public int NONE ] { 0 } + Constant [ public int MAJORITY ] { 1 } + Constant [ public int MAJORITY_AND_PERSIST_TO_ACTIVE ] { 2 } + Constant [ public int PERSIST_TO_MAJORITY ] { 3 } } - Static properties [0] { @@ -3121,36 +9480,37 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Properties [0] { } - - Methods [4] { - Method [ final private method __construct ] { + - Methods [0] { + } + } - - Parameters [0] { - } - } + Class [ class Couchbase\TouchOptions ] { - Method [ public method jsonSerialize ] { + - Constants [0] { + } - - Parameters [0] { - } - } + - Static properties [0] { + } - Method [ public method boost ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $boost ] - } - } + - Properties [1] { + Property [ private $timeout ] + } - Method [ public method field ] { + - Methods [1] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\TouchOptions ] } } } - Class [ class Couchbase\TermSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\IncrementOptions ] { - Constants [0] { } @@ -3161,53 +9521,67 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ private $timeout ] + Property [ private $expiry ] + Property [ private $durability_level ] + Property [ private $delta ] + Property [ private $initial ] + Property [ private $cas ] } - Methods [6] { - Method [ final private method __construct ] { + Method [ public method expiry ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\IncrementOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\IncrementOptions ] } - Method [ public method boost ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\IncrementOptions ] } - Method [ public method field ] { + Method [ public method delta ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\IncrementOptions ] } - Method [ public method prefixLength ] { + Method [ public method initial ] { - Parameters [1] { - Parameter #0 [ $prefixLength ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\IncrementOptions ] } - Method [ public method fuzziness ] { + Method [ public method cas ] { - Parameters [1] { - Parameter #0 [ $fuzziness ] + Parameter #0 [ string $arg ] } + - Return [ Couchbase\IncrementOptions ] } } } - Class [ class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\DecrementOptions ] { - Constants [0] { } @@ -3218,55 +9592,67 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ private $timeout ] + Property [ private $expiry ] + Property [ private $durability_level ] + Property [ private $delta ] + Property [ private $initial ] + Property [ private $cas ] } - Methods [6] { - Method [ final private method __construct ] { + Method [ public method expiry ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\DecrementOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\DecrementOptions ] } - Method [ public method boost ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\DecrementOptions ] } - Method [ public method field ] { + Method [ public method delta ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\DecrementOptions ] } - Method [ public method min ] { + Method [ public method initial ] { - - Parameters [2] { - Parameter #0 [ $min ] - Parameter #1 [ $inclusive ] + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\DecrementOptions ] } - Method [ public method max ] { + Method [ public method cas ] { - - Parameters [2] { - Parameter #0 [ $max ] - Parameter #1 [ $inclusive ] + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\DecrementOptions ] } } } - Class [ class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + Class [ class Couchbase\RemoveOptions ] { - Constants [0] { } @@ -3277,39 +9663,40 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $timeout ] + Property [ private $cas ] + Property [ private $durability_level ] } - - Methods [4] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method jsonSerialize ] { + - Methods [3] { + Method [ public method cas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\RemoveOptions ] } - Method [ public method boost ] { + Method [ public method timeout ] { - Parameters [1] { - Parameter #0 [ $boost ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\RemoveOptions ] } - Method [ public method field ] { + Method [ public method durabilityLevel ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\RemoveOptions ] } } } - Interface [ interface Couchbase\SearchFacet ] { + Class [ class Couchbase\LookupInOptions ] { - Constants [0] { } @@ -3320,14 +9707,31 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ private $timeout ] + Property [ private $with_expiry ] } - - Methods [0] { + - Methods [2] { + Method [ public method timeout ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\LookupInOptions ] + } + + Method [ public method withExpiry ] { + + - Parameters [1] { + Parameter #0 [ bool $arg ] + } + - Return [ Couchbase\LookupInOptions ] + } } } - Class [ class Couchbase\TermSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + Class [ class Couchbase\MutateInOptions ] { - Constants [0] { } @@ -3338,27 +9742,63 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ private $cas ] + Property [ private $timeout ] + Property [ private $expiry ] + Property [ private $durability_level ] + Property [ private $store_semantics ] } - - Methods [2] { - Method [ final private method __construct ] { + - Methods [5] { + Method [ public method cas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $arg ] } + - Return [ Couchbase\MutateInOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\MutateInOptions ] + } + + Method [ public method expiry ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\MutateInOptions ] + } + + Method [ public method durabilityLevel ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\MutateInOptions ] + } + + Method [ public method storeSemantics ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\MutateInOptions ] } } } - Class [ class Couchbase\NumericRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + Interface [ interface Couchbase\StoreSemantics ] { - - Constants [0] { + - Constants [3] { + Constant [ public int REPLACE ] { 0 } + Constant [ public int UPSERT ] { 1 } + Constant [ public int INSERT ] { 2 } } - Static properties [0] { @@ -3370,329 +9810,396 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Properties [0] { } - - Methods [3] { - Method [ final private method __construct ] { + - Methods [0] { + } + } - - Parameters [0] { + Class [ class Couchbase\ViewOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $timeout ] + Property [ private $include_docs ] + Property [ private $max_concurrent_docs ] + Property [ private $query ] + Property [ private $body ] + } + + - Methods [14] { + Method [ public method timeout ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\ViewOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method includeDocuments ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ bool $arg ] + Parameter #1 [ int or NULL $maxConcurrentDocuments ] } + - Return [ Couchbase\ViewOptions ] } - Method [ public method addRange ] { + Method [ public method key ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $min ] - Parameter #2 [ $max ] + - Parameters [1] { + Parameter #0 [ $arg ] } + - Return [ Couchbase\ViewOptions ] } - } - } - Class [ class Couchbase\DateRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + Method [ public method keys ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ array $arg ] + } + - Return [ Couchbase\ViewOptions ] + } - - Static properties [0] { - } + Method [ public method limit ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\ViewOptions ] + } - - Properties [0] { - } + Method [ public method skip ] { - - Methods [3] { - Method [ final private method __construct ] { + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\ViewOptions ] + } - - Parameters [0] { + Method [ public method scanConsistency ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\ViewOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method order ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\ViewOptions ] + } + + Method [ public method reduce ] { + + - Parameters [1] { + Parameter #0 [ bool $arg ] + } + - Return [ Couchbase\ViewOptions ] + } + + Method [ public method group ] { + + - Parameters [1] { + Parameter #0 [ bool $arg ] + } + - Return [ Couchbase\ViewOptions ] + } + + Method [ public method groupLevel ] { + + - Parameters [1] { + Parameter #0 [ int $arg ] + } + - Return [ Couchbase\ViewOptions ] + } + + Method [ public method range ] { + + - Parameters [3] { + Parameter #0 [ $start ] + Parameter #1 [ $end ] + Parameter #2 [ bool $inclusiveEnd ] + } + - Return [ Couchbase\ViewOptions ] + } + + Method [ public method idRange ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $start ] + Parameter #1 [ string or NULL $end ] + Parameter #2 [ bool $inclusiveEnd ] } + - Return [ Couchbase\ViewOptions ] } - Method [ public method addRange ] { + Method [ public method raw ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $start ] - Parameter #2 [ $end ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ Couchbase\ViewOptions ] } } } - Class [ class Couchbase\SearchSort ] { + Interface [ interface Couchbase\ViewScanConsistency ] { - - Constants [0] { + - Constants [3] { + Constant [ public int NOT_BOUNDED ] { 0 } + Constant [ public int REQUEST_PLUS ] { 1 } + Constant [ public int UPDATE_AFTER ] { 2 } } - Static properties [0] { } - - Static methods [4] { - Method [ static public method id ] { - - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ static public method score ] { + - Properties [0] { + } - - Parameters [0] { - } - } + - Methods [0] { + } + } - Method [ static public method field ] { + Interface [ interface Couchbase\ViewOrdering ] { - - Parameters [0] { - } - } + - Constants [2] { + Constant [ public int ASCENDING ] { 0 } + Constant [ public int DESCENDING ] { 1 } + } - Method [ static public method geoDistance ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [1] { - Method [ private method __construct ] { - - - Parameters [0] { - } - } + - Methods [0] { } } - Class [ class Couchbase\SearchSortField extends Couchbase\SearchSort implements JsonSerializable ] { + Class [ class Couchbase\QueryOptions ] { - - Constants [9] { - Constant [ public string TYPE_AUTO ] { auto } - Constant [ public string TYPE_STRING ] { string } - Constant [ public string TYPE_NUMBER ] { number } - Constant [ public string TYPE_DATE ] { date } - Constant [ public string MODE_DEFAULT ] { default } - Constant [ public string MODE_MIN ] { min } - Constant [ public string MODE_MAX ] { max } - Constant [ public string MISSING_FIRST ] { first } - Constant [ public string MISSING_LAST ] { last } + - Constants [0] { } - Static properties [0] { } - - Static methods [4] { - Method [ static public method id ] { - - - Parameters [0] { - } - } - - Method [ static public method score ] { + - Static methods [0] { + } - - Parameters [0] { - } - } + - Properties [16] { + Property [ private $timeout ] + Property [ private $adhoc ] + Property [ private $metrics ] + Property [ private $readonly ] + Property [ private $flex_index ] + Property [ private $scan_cap ] + Property [ private $pipeline_batch ] + Property [ private $pipeline_cap ] + Property [ private $scan_consistency ] + Property [ private $consistent_with ] + Property [ private $positional_params ] + Property [ private $named_params ] + Property [ private $raw_params ] + Property [ private $max_parallelism ] + Property [ private $profile ] + Property [ private $client_context_id ] + } - Method [ static public method field ] { + - Methods [16] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ static public method geoDistance ] { + Method [ public method scanConsistency ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - } - - Properties [0] { - } - - - Methods [6] { - Method [ final private method __construct ] { + Method [ public method consistentWith ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Couchbase\MutationState $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method scanCap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method descending ] { + Method [ public method pipelineCap ] { - Parameters [1] { - Parameter #0 [ $descending ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method type ] { + Method [ public method pipelineBatch ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method mode ] { + Method [ public method readonly ] { - Parameters [1] { - Parameter #0 [ $mode ] + Parameter #0 [ bool $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method missing ] { + Method [ public method flexIndex ] { - Parameters [1] { - Parameter #0 [ $missing ] + Parameter #0 [ bool $arg ] } + - Return [ Couchbase\QueryOptions ] } - } - } - Class [ class Couchbase\SearchSortGeoDistance extends Couchbase\SearchSort implements JsonSerializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [4] { - Method [ static public method id ] { + Method [ public method adhoc ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ static public method score ] { + Method [ public method metrics ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ static public method field ] { + Method [ public method namedParameters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ static public method geoDistance ] { + Method [ public method positionalParameters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $arg ] } + - Return [ Couchbase\QueryOptions ] } - } - - - Properties [0] { - } - - Methods [4] { - Method [ final private method __construct ] { + Method [ public method raw ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method jsonSerialize ] { + Method [ public method maxParallelism ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method descending ] { + Method [ public method profile ] { - Parameters [1] { - Parameter #0 [ $descending ] + Parameter #0 [ int $arg ] } + - Return [ Couchbase\QueryOptions ] } - Method [ public method unit ] { + Method [ public method clientContextId ] { - Parameters [1] { - Parameter #0 [ $missing ] + Parameter #0 [ string $value ] } + - Return [ Couchbase\QueryOptions ] } } } - Class [ class Couchbase\SearchSortId extends Couchbase\SearchSort implements JsonSerializable ] { + Interface [ interface Couchbase\QueryScanConsistency ] { - - Constants [0] { + - Constants [3] { + Constant [ public int NOT_BOUNDED ] { 1 } + Constant [ public int REQUEST_PLUS ] { 2 } + Constant [ public int STATEMENT_PLUS ] { 3 } } - Static properties [0] { } - - Static methods [4] { - Method [ static public method id ] { - - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ static public method score ] { + - Properties [0] { + } - - Parameters [0] { - } - } + - Methods [0] { + } + } - Method [ static public method field ] { + Interface [ interface Couchbase\QueryProfile ] { - - Parameters [0] { - } - } + - Constants [3] { + Constant [ public int OFF ] { 1 } + Constant [ public int PHASES ] { 2 } + Constant [ public int TIMINGS ] { 3 } + } - Method [ static public method geoDistance ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [3] { - Method [ final private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method jsonSerialize ] { - - - Parameters [0] { - } - } - - Method [ public method descending ] { - - - Parameters [1] { - Parameter #0 [ $descending ] - } - } + - Methods [0] { } } - Class [ class Couchbase\SearchSortScore extends Couchbase\SearchSort implements JsonSerializable ] { + Class [ class Couchbase\ViewIndexManager ] { - Constants [0] { } @@ -3700,62 +10207,48 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static properties [0] { } - - Static methods [4] { - Method [ static public method id ] { - - - Parameters [0] { - } - } - - Method [ static public method score ] { - - - Parameters [0] { - } - } - - Method [ static public method field ] { + - Static methods [0] { + } - - Parameters [0] { - } - } + - Properties [1] { + Property [ private $bucket ] + } - Method [ static public method geoDistance ] { + - Methods [4] { + Method [ public method getAllDesignDocuments ] { - Parameters [0] { } + - Return [ array ] } - } - - - Properties [0] { - } - - Methods [3] { - Method [ final private method __construct ] { + Method [ public method getDesignDocument ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ Couchbase\DesignDocument ] } - Method [ public method jsonSerialize ] { + Method [ public method dropDesignDocument ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } } - Method [ public method descending ] { + Method [ public method upsertDesignDocument ] { - Parameters [1] { - Parameter #0 [ $descending ] + Parameter #0 [ Couchbase\DesignDocument $document ] } } } } - Class [ abstract class Couchbase\CryptoProvider ] { + Class [ class Couchbase\DesignDocument implements JsonSerializable ] { - - Constants [2] { - Constant [ public int KEY_TYPE_ENCRYPT ] { 0 } - Constant [ public int KEY_TYPE_DECRYPT ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -3764,64 +10257,51 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ private $name ] + Property [ private $views ] } - - Methods [7] { - Method [ abstract public method encrypt ] { - - - Parameters [2] { - Parameter #0 [ string $bytes ] - Parameter #1 [ string $iv ] - } - } - - Method [ abstract public method decrypt ] { - - - Parameters [2] { - Parameter #0 [ string $bytes ] - Parameter #1 [ string $iv ] - } - } - - Method [ public method getKeyId ] { + - Methods [5] { + Method [ public method name ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method generateIV ] { + Method [ public method views ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method sign ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $bytes ] + Parameter #0 [ string $name ] } + - Return [ Couchbase\DesignDocument ] } - Method [ public method verifySignature ] { + Method [ public method setViews ] { - - Parameters [2] { - Parameter #0 [ array $bytes ] - Parameter #1 [ string $signature ] + - Parameters [1] { + Parameter #0 [ array $views ] } + - Return [ Couchbase\DesignDocument ] } - Method [ public method loadKey ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ int $keyType ] - Parameter #1 [ string $keyId ] + - Parameters [0] { } } } } - Class [ class Couchbase\SearchIndexManager ] { + Class [ class Couchbase\View ] { - Constants [0] { } @@ -3832,76 +10312,84 @@ Extension [ extension #109 couchbase version 2.6.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $name ] + Property [ private $map ] + Property [ private $reduce ] } - - Methods [10] { - Method [ final private method __construct ] { + - Methods [6] { + Method [ public method name ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method listIndexes ] { + Method [ public method map ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getIndex ] { + Method [ public method reduce ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method createIndex ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $indexDefinition ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Couchbase\View ] } - Method [ public method deleteIndex ] { + Method [ public method setMap ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $map_js_code ] } + - Return [ Couchbase\View ] } - Method [ public method getIndexedDocumentsCount ] { + Method [ public method setReduce ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $reduce_js_code ] } + - Return [ Couchbase\View ] } + } + } - Method [ public method listIndexDefinitions ] { - - - Parameters [0] { - } - } + Class [ class Couchbase\ClusterOptions ] { - Method [ public method listIndexDefinition ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $name ] - } - } + - Static properties [0] { + } - Method [ public method getIndexDefinition ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $name ] - } - } + - Properties [2] { + Property [ private $username ] + Property [ private $password ] + } - Method [ public method getIndexedDocumentCount ] { + - Methods [1] { + Method [ public method credentials ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $username ] + Parameter #1 [ string $password ] } + - Return [ Couchbase\ClusterOptions ] } } } diff --git a/php-pecl-couchbase3.spec b/php-pecl-couchbase3.spec index 6fa9291..16c1e71 100644 --- a/php-pecl-couchbase3.spec +++ b/php-pecl-couchbase3.spec @@ -1,4 +1,4 @@ -# remirepo spec file for php-pecl-couchbase2 +# remirepo spec file for php-pecl-couchbase3 # # Copyright (c) 2013-2020 Remi Collet # License: CC-BY-SA @@ -24,29 +24,26 @@ %global libbuildver %(pkg-config --silence-errors --modversion libcouchbase 2>/dev/null || echo 65536) Summary: Couchbase Server PHP extension -Name: %{?sub_prefix}php-pecl-couchbase2 -Version: 2.6.2 +Name: %{?sub_prefix}php-pecl-couchbase3 +Version: 3.0.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/couchbase Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 5.6 +BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear -BuildRequires: %{?scl_prefix}php-pecl-igbinary-devel BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-tokenizer -BuildRequires: pkgconfig(libcouchbase) >= 2.10.5 +BuildRequires: pkgconfig(libcouchbase) >= 3.0.0 BuildRequires: fastlz-devel BuildRequires: zlib-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} -Requires: %{?scl_prefix}php-igbinary%{?_isa} Requires: %{?scl_prefix}php-tokenizer%{?_isa} -Requires: libcouchbase%{?_isa} >= %{libbuildver} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} @@ -57,28 +54,32 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl-%{pecl_name}2 = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}2%{?_isa} = %{version}-%{release} %endif -%if "%{php_version}" > "7.0" -Obsoletes: %{?scl_prefix}php-pecl-couchbase < 2 -Provides: %{?scl_prefix}php-pecl-couchbase = %{version} -Provides: %{?scl_prefix}php-pecl-couchbase%{?_isa} = %{version} +Obsoletes: %{?scl_prefix}php-pecl-couchbase < 3 +Provides: %{?scl_prefix}php-pecl-couchbase = %{version} +Provides: %{?scl_prefix}php-pecl-couchbase%{?_isa} = %{version} +%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9 || "%{php_version}" > "8.0" +Obsoletes: %{?scl_prefix}php-pecl-couchbase2 < 3 +Provides: %{?scl_prefix}php-pecl-couchbase2 = %{version} +Provides: %{?scl_prefix}php-pecl-couchbase2%{?_isa} = %{version} %else # Only 1 version can be installed -Conflicts: %{?scl_prefix}php-pecl-couchbase < 2 +Conflicts: %{?scl_prefix}php-pecl-couchbase < 3 +Conflicts: %{?scl_prefix}php-pecl-couchbase2 < 3 %endif %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{pecl_name}2 <= %{version} -Obsoletes: php72w-pecl-%{pecl_name}2 <= %{version} +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73-pecl-%{pecl_name}2 <= %{version} -Obsoletes: php73w-pecl-%{pecl_name}2 <= %{version} +Obsoletes: php73-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" -Obsoletes: php74-pecl-%{pecl_name}2 <= %{version} -Obsoletes: php74w-pecl-%{pecl_name}2 <= %{version} +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif @@ -130,6 +131,7 @@ extension=%{pecl_name}.so ;couchbase.encoder.compression_factor = 0.0 ;couchbase.decoder.json_arrays = 0 ;couchbase.pool.max_idle_time_sec = 60 +;couchbase.allow_fallback_to_bucket_connection = 0 EOF %if 0%{?__ztsphp:1} @@ -189,7 +191,6 @@ done : minimal NTS load test %{__php} -n \ -d extension=tokenizer.so \ - -d extension=igbinary.so \ -d extension=json.so \ -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ -m | grep %{pecl_name} @@ -198,7 +199,6 @@ done : minimal ZTS load test %{__ztsphp} -n \ -d extension=tokenizer.so \ - -d extension=igbinary.so \ -d extension=json.so \ -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ -m | grep %{pecl_name} @@ -240,6 +240,13 @@ fi %changelog +* Thu Nov 12 2020 Remi Collet - 3.0.4-1 +- update to 3.0.4 +- rename to php-pecl-couchbase3 +- raise dependency on PHP 7.1 +- raise dependency on libcouchbase 3.0 +- drop dependency on igbinary extension + * Tue Feb 4 2020 Remi Collet - 2.6.2-1 - update to 2.6.2 -- cgit