From fb18a6d0dbee723412b85d1f5eeb134211ea0c90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 14:44:05 +0100 Subject: duplicate v3 --- REFLECTION | 3910 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3910 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5ac6f96 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,3910 @@ +Extension [ extension #109 couchbase version 2.6.2 ] { + + - Dependencies { + Dependency [ json (Required) ] + Dependency [ igbinary (Required) ] + } + + - INI { + Entry [ couchbase.log_level ] + Current = 'WARN' + } + Entry [ couchbase.encoder.format ] + Current = 'json' + } + Entry [ couchbase.encoder.compression ] + Current = 'off' + } + Entry [ couchbase.encoder.compression_threshold ] + Current = '0' + } + Entry [ couchbase.encoder.compression_factor ] + Current = '0.0' + } + Entry [ couchbase.decoder.json_arrays ] + Current = '0' + } + Entry [ couchbase.pool.max_idle_time_sec ] + Current = '60' + } + } + + - Constants [163] { + Constant [ int COUCHBASE_PERSISTTO_MASTER ] { 1 } + Constant [ int COUCHBASE_PERSISTTO_ONE ] { 1 } + Constant [ int COUCHBASE_PERSISTTO_TWO ] { 2 } + Constant [ int COUCHBASE_PERSISTTO_THREE ] { 4 } + 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 } + Constant [ int COUCHBASE_CNTL_DURABILITY_TIMEOUT ] { 13 } + Constant [ int COUCHBASE_CNTL_HTTP_TIMEOUT ] { 15 } + Constant [ int COUCHBASE_CNTL_CONFIGURATION_TIMEOUT ] { 18 } + Constant [ int COUCHBASE_CNTL_CONFDELAY_THRESH ] { 25 } + Constant [ int COUCHBASE_CNTL_CONFIG_NODE_TIMEOUT ] { 27 } + Constant [ int COUCHBASE_CNTL_HTCONFIG_IDLE_TIMEOUT ] { 28 } + Constant [ int COUCHBASE_VALUE_F_JSON ] { 1 } + Constant [ int COUCHBASE_N1XSPEC_T_DEFAULT ] { 0 } + 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_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 } + Constant [ int COUCHBASE_COMPRESSION_ZLIB ] { 32 } + 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 } + Constant [ int COUCHBASE_CMPRTYPE_FASTLZ ] { 2 } + Constant [ int COUCHBASE_CFFMT_MASK ] { -16777216 } + Constant [ int COUCHBASE_CFFMT_PRIVATE ] { 16777216 } + Constant [ int COUCHBASE_CFFMT_JSON ] { 33554432 } + 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_ZLIB ] { 1 } + } + + - Functions { + Function [ function Couchbase\fastlzCompress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function Couchbase\fastlzDecompress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function Couchbase\zlibCompress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function Couchbase\zlibDecompress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function Couchbase\passthruEncoder ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function Couchbase\passthruDecoder ] { + + - Parameters [3] { + Parameter #0 [ $bytes ] + Parameter #1 [ $flags ] + Parameter #2 [ $datatype ] + } + } + Function [ function Couchbase\defaultEncoder ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function Couchbase\defaultDecoder ] { + + - Parameters [3] { + Parameter #0 [ $bytes ] + Parameter #1 [ $flags ] + Parameter #2 [ $datatype ] + } + } + Function [ function Couchbase\basicEncoderV1 ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $options ] + } + } + Function [ function Couchbase\basicDecoderV1 ] { + + - Parameters [4] { + Parameter #0 [ $bytes ] + Parameter #1 [ $flags ] + Parameter #2 [ $datatype ] + Parameter #3 [ $options ] + } + } + Function [ function couchbase_fastlz_compress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function couchbase_fastlz_decompress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function couchbase_zlib_compress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function couchbase_zlib_decompress ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function couchbase_passthru_encoder ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function couchbase_passthru_decoder ] { + + - Parameters [3] { + Parameter #0 [ $bytes ] + Parameter #1 [ $flags ] + Parameter #2 [ $datatype ] + } + } + Function [ function couchbase_default_encoder ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function couchbase_default_decoder ] { + + - Parameters [3] { + Parameter #0 [ $bytes ] + Parameter #1 [ $flags ] + Parameter #2 [ $datatype ] + } + } + Function [ function couchbase_basic_encoder_v1 ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $options ] + } + } + Function [ function couchbase_basic_decoder_v1 ] { + + - Parameters [4] { + Parameter #0 [ $bytes ] + Parameter #1 [ $flags ] + Parameter #2 [ $datatype ] + Parameter #3 [ $options ] + } + } + } + + - Classes [55] { + Class [ class Couchbase\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + 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\Document ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $error ] + Property [ public $value ] + Property [ public $flags ] + Property [ public $cas ] + Property [ public $token ] + } + + - Methods [0] { + } + } + + Class [ class Couchbase\DocumentFragment ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $error ] + Property [ public $cas ] + Property [ public $value ] + Property [ public $token ] + } + + - Methods [0] { + } + } + + Class [ class Couchbase\Cluster ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $connstr ] + } + } + + Method [ public method openBucket ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $password ] + } + } + + Method [ public method manager ] { + + - Parameters [2] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + } + } + + Method [ public method authenticate ] { + + - Parameters [1] { + Parameter #0 [ $authenticator ] + } + } + + Method [ public method authenticateAs ] { + + - Parameters [2] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + } + } + } + } + + Class [ class Couchbase\ClusterManager ] { + + - Constants [2] { + Constant [ public int RBAC_DOMAIN_LOCAL ] { 1 } + Constant [ public int RBAC_DOMAIN_EXTERNAL ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method listBuckets ] { + + - Parameters [0] { + } + } + + Method [ public method createBucket ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $options ] + } + } + + Method [ public method removeBucket ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method listUsers ] { + + - Parameters [1] { + Parameter #0 [ $domain ] + } + } + + Method [ public method upsertUser ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $settings ] + Parameter #2 [ $domain ] + } + } + + Method [ public method getUser ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $domain ] + } + } + + Method [ public method removeUser ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $domain ] + } + } + + Method [ public method info ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\UserSettings ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method fullName ] { + + - Parameters [1] { + Parameter #0 [ $fullName ] + } + } + + Method [ public method password ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + + Method [ public method role ] { + + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $bucket ] + } + } + } + } + + Class [ class Couchbase\Bucket ] { + + - 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 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [50] { + 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 getName ] { + + - Parameters [0] { + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $ids ] + Parameter #1 [ $options ] + } + } + + Method [ public method getAndLock ] { + + - Parameters [3] { + Parameter #0 [ $ids ] + Parameter #1 [ $lockTime ] + Parameter #2 [ $options ] + } + } + + Method [ public method getAndTouch ] { + + - Parameters [3] { + Parameter #0 [ $ids ] + Parameter #1 [ $expiry ] + Parameter #2 [ $options ] + } + } + + Method [ public method getFromReplica ] { + + - Parameters [2] { + Parameter #0 [ $ids ] + Parameter #1 [ $options ] + } + } + + Method [ public method upsert ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $val ] + Parameter #2 [ $options ] + } + } + + Method [ public method insert ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $val ] + Parameter #2 [ $options ] + } + } + + Method [ public method replace ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $val ] + Parameter #2 [ $options ] + } + } + + Method [ public method append ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $val ] + Parameter #2 [ $options ] + } + } + + Method [ public method prepend ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $val ] + Parameter #2 [ $options ] + } + } + + Method [ public method remove ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $options ] + } + } + + Method [ public method unlock ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $options ] + } + } + + Method [ public method touch ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $expiry ] + Parameter #2 [ $options ] + } + } + + Method [ public method counter ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $delta ] + Parameter #2 [ $options ] + } + } + + Method [ public method lookupIn ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method retrieveIn ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ ...$(paths) ] + } + } + + Method [ public method mutateIn ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $cas ] + } + } + + Method [ public method manager ] { + + - Parameters [0] { + } + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $jsonAsArray ] + } + } + + Method [ public method mapSize ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method mapAdd ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $key ] + Parameter #2 [ $value ] + } + } + + Method [ public method mapRemove ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $key ] + } + } + + Method [ public method mapGet ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $key ] + } + } + + Method [ public method setAdd ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method setExists ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method setRemove ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method listSize ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method listPush ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method listShift ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method listRemove ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $index ] + } + } + + Method [ public method listGet ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $index ] + } + } + + Method [ public method listSet ] { + + - Parameters [3] { + Parameter #0 [ $id ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } + } + + Method [ public method listExists ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method setSize ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method queueSize ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method queueAdd ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method queueExists ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $value ] + } + } + + Method [ public method queueRemove ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method ping ] { + + - Parameters [2] { + Parameter #0 [ $services ] + Parameter #1 [ $reportId ] + } + } + + Method [ public method diag ] { + + - Parameters [1] { + Parameter #0 [ $reportId ] + } + } + + Method [ public method registerCryptoProvider ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Couchbase\CryptoProvider $provider ] + } + } + + Method [ public method unregisterCryptoProvider ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method encryptFields ] { + + - Parameters [3] { + Parameter #0 [ $document ] + Parameter #1 [ array $options ] + Parameter #2 [ string $prefix ] + } + } + + Method [ public method decryptFields ] { + + - Parameters [3] { + Parameter #0 [ $document ] + Parameter #1 [ array $options ] + Parameter #2 [ string $prefix ] + } + } + + Method [ public method encryptDocument ] { + + - Parameters [3] { + Parameter #0 [ $document ] + Parameter #1 [ array $options ] + Parameter #2 [ string $prefix ] + } + } + + Method [ public method decryptDocument ] { + + - Parameters [2] { + Parameter #0 [ $document ] + Parameter #1 [ string $prefix ] + } + } + } + } + + Class [ class Couchbase\BucketManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [15] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method info ] { + + - Parameters [0] { + } + } + + Method [ public method flush ] { + + - Parameters [0] { + } + } + + Method [ public method listDesignDocuments ] { + + - Parameters [0] { + } + } + + Method [ public method getDesignDocuments ] { + + - Parameters [0] { + } + } + + Method [ public method getDesignDocument ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method removeDesignDocument ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method upsertDesignDocument ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $document ] + } + } + + Method [ public method insertDesignDocument ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $document ] + } + } + + Method [ public method listN1qlIndexes ] { + + - Parameters [0] { + } + } + + Method [ public method createN1qlPrimaryIndex ] { + + - Parameters [3] { + Parameter #0 [ $customName ] + Parameter #1 [ $ignoreIfExist ] + Parameter #2 [ $defer ] + } + } + + Method [ public method createN1qlIndex ] { + + - Parameters [5] { + Parameter #0 [ $indexName ] + Parameter #1 [ $fields ] + Parameter #2 [ $whereClause ] + Parameter #3 [ $ignoreIfExist ] + Parameter #4 [ $defer ] + } + } + + Method [ public method dropN1qlPrimaryIndex ] { + + - Parameters [3] { + Parameter #0 [ $customName ] + Parameter #1 [ $ignoreIfNotExist ] + Parameter #2 [ $defer ] + } + } + + Method [ public method dropN1qlIndex ] { + + - Parameters [3] { + Parameter #0 [ $indexName ] + Parameter #1 [ $ignoreIfNotExist ] + Parameter #2 [ $defer ] + } + } + + Method [ public method searchIndexManager ] { + + - Parameters [0] { + } + } + } + } + + 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\ClassicAuthenticator implements Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method cluster ] { + + - Parameters [2] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + } + } + + Method [ public method bucket ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $password ] + } + } + } + } + + 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\MutationToken ] { + + - Constants [0] { + } + + - 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 ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method bucketName ] { + + - Parameters [0] { + } + } + + Method [ public method vbucketId ] { + + - Parameters [0] { + } + } + + Method [ public method vbucketUuid ] { + + - Parameters [0] { + } + } + + Method [ public method sequenceNumber ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\MutationState ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method from ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + } + } + + Interface [ interface Couchbase\ViewQueryEncodable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method encode ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\ViewQuery implements Couchbase\ViewQueryEncodable ] { + + - 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 } + } + + - 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 ] + } + } + } + + - Properties [0] { + } + + - Methods [17] { + 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 ] { + + - Parameters [1] { + Parameter #0 [ $skip ] + } + } + + Method [ public method consistency ] { + + - Parameters [1] { + Parameter #0 [ $consistency ] + } + } + + Method [ public method stale ] { + + - Parameters [1] { + Parameter #0 [ $consistency ] + } + } + + Method [ public method custom ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method order ] { + + - Parameters [1] { + Parameter #0 [ $order ] + } + } + + Method [ public method reduce ] { + + - Parameters [1] { + Parameter #0 [ $reduce ] + } + } + + Method [ public method group ] { + + - Parameters [1] { + Parameter #0 [ $group ] + } + } + + Method [ public method groupLevel ] { + + - Parameters [1] { + Parameter #0 [ $group_level ] + } + } + + Method [ public method group_level ] { + + - Parameters [1] { + Parameter #0 [ $group_level ] + } + } + + Method [ public method key ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method keys ] { + + - 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 ] + } + } + } + } + + Class [ class Couchbase\SpatialViewQuery implements Couchbase\ViewQueryEncodable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method from ] { + + - Parameters [2] { + Parameter #0 [ $designDocumentName ] + Parameter #1 [ $viewName ] + } + } + } + + - Properties [0] { + } + + - 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 ] { + + - Parameters [1] { + Parameter #0 [ $skip ] + } + } + + Method [ public method consistency ] { + + - Parameters [1] { + Parameter #0 [ $consistency ] + } + } + + Method [ public method stale ] { + + - Parameters [1] { + Parameter #0 [ $consistency ] + } + } + + Method [ public method bbox ] { + + - Parameters [1] { + Parameter #0 [ $bbox ] + } + } + + Method [ public method startRange ] { + + - Parameters [1] { + Parameter #0 [ $range ] + } + } + + Method [ public method endRange ] { + + - Parameters [1] { + Parameter #0 [ $range ] + } + } + + Method [ public method custom ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + } + } + + Class [ class Couchbase\AnalyticsQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method fromString ] { + + - Parameters [1] { + Parameter #0 [ $statement ] + } + } + } + + - Properties [1] { + Property [ public $options ] + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method positionalParams ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method namedParams ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method rawParam ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + } + } + + Class [ class Couchbase\N1qlQuery ] { + + - 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 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method fromString ] { + + - Parameters [1] { + Parameter #0 [ $statement ] + } + } + } + + - Properties [1] { + Property [ public $options ] + } + + - Methods [14] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method adhoc ] { + + - Parameters [1] { + Parameter #0 [ $adhoc ] + } + } + + Method [ public method crossBucket ] { + + - Parameters [1] { + Parameter #0 [ $crossBucket ] + } + } + + Method [ public method positionalParams ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method namedParams ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method consistency ] { + + - Parameters [1] { + Parameter #0 [ $consistency ] + } + } + + Method [ public method profile ] { + + - Parameters [1] { + Parameter #0 [ $profileType ] + } + } + + Method [ public method consistentWith ] { + + - Parameters [1] { + Parameter #0 [ $mutationState ] + } + } + + Method [ public method scanCap ] { + + - Parameters [1] { + Parameter #0 [ $scanCap ] + } + } + + Method [ public method pipelineBatch ] { + + - Parameters [1] { + Parameter #0 [ $pipelineBatch ] + } + } + + Method [ public method pipelineCap ] { + + - Parameters [1] { + Parameter #0 [ $pipelineCap ] + } + } + + Method [ public method maxParallelism ] { + + - Parameters [1] { + Parameter #0 [ $maxParallelism ] + } + } + + Method [ public method readonly ] { + + - Parameters [1] { + Parameter #0 [ $readonly ] + } + } + + Method [ public method rawParam ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + } + } + + Class [ class Couchbase\N1qlIndex ] { + + - Constants [3] { + Constant [ public int VIEW ] { 2 } + Constant [ public int GSI ] { 1 } + Constant [ public int UNSPECIFIED ] { 0 } + } + + - Static properties [0] { + } + + - 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 ] + } + + - Methods [1] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\LookupInBuilder ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $options ] + } + } + + Method [ public method getCount ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $options ] + } + } + + Method [ public method exists ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $options ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\MutateInBuilder ] { + + - Constants [3] { + Constant [ public int FULLDOC_REPLACE ] { 1 } + Constant [ public int FULLDOC_INSERT ] { 2 } + Constant [ public int FULLDOC_UPSERT ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method upsert ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method modeDocument ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method replace ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + } + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method arrayPrepend ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method arrayAppend ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method arrayInsert ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + } + } + + Method [ public method arrayPrependAll ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $values ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method arrayAppendAll ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $values ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method arrayInsertAll ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $values ] + } + } + + Method [ public method arrayAddUnique ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method counter ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $delta ] + Parameter #2 [ $createParents ] + } + } + + Method [ public method withExpiry ] { + + - Parameters [1] { + Parameter #0 [ $expiry ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\SearchQuery implements JsonSerializable ] { + + - Constants [3] { + Constant [ public string HIGHLIGHT_HTML ] { html } + Constant [ public string HIGHLIGHT_ANSI ] { ansi } + Constant [ public string HIGHLIGHT_SIMPLE ] { simple } + } + + - 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 ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + + Method [ static public method dateRange ] { + + - Parameters [0] { + } + } + + Method [ static public method disjuncts ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + + Method [ static public method docId ] { + + - Parameters [1] { + Parameter #0 [ ...$(documentIds) ] + } + } + + Method [ static public method match ] { + + - Parameters [1] { + Parameter #0 [ $match ] + } + } + + Method [ static public method matchAll ] { + + - Parameters [0] { + } + } + + Method [ static public method matchNone ] { + + - Parameters [0] { + } + } + + Method [ static public method matchPhrase ] { + + - Parameters [1] { + Parameter #0 [ $matchPhrase ] + } + } + + Method [ static public method numericRange ] { + + - Parameters [0] { + } + } + + Method [ static public method phrase ] { + + - Parameters [1] { + Parameter #0 [ ...$(terms) ] + } + } + + Method [ static public method prefix ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ static public method queryString ] { + + - Parameters [1] { + Parameter #0 [ $queryString ] + } + } + + Method [ static public method regexp ] { + + - Parameters [1] { + Parameter #0 [ $regexp ] + } + } + + Method [ static public method term ] { + + - Parameters [1] { + Parameter #0 [ $term ] + } + } + + Method [ static public method termRange ] { + + - Parameters [0] { + } + } + + Method [ static public method geoBoundingBox ] { + + - Parameters [4] { + Parameter #0 [ $topLeftLongitude ] + Parameter #1 [ $topLeftLatitude ] + Parameter #2 [ $bottomRightLongitude ] + Parameter #3 [ $bottomRightLatitude ] + } + } + + Method [ static public method geoDistance ] { + + - Parameters [3] { + Parameter #0 [ $longitude ] + Parameter #1 [ $latitude ] + Parameter #2 [ $distance ] + } + } + + Method [ static public method wildcard ] { + + - Parameters [1] { + Parameter #0 [ $wildcard ] + } + } + + Method [ static public method termFacet ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $limit ] + } + } + + Method [ static public method dateRangeFacet ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $limit ] + } + } + + Method [ static public method numericRangeFacet ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $limit ] + } + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $indexName ] + Parameter #1 [ $queryPart ] + } + } + + 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 explain ] { + + - Parameters [1] { + Parameter #0 [ $explain ] + } + } + + Method [ public method serverSideTimeout ] { + + - Parameters [1] { + Parameter #0 [ $serverSideTimeout ] + } + } + + Method [ public method consistentWith ] { + + - Parameters [1] { + Parameter #0 [ $mutationState ] + } + } + + Method [ public method fields ] { + + - Parameters [1] { + Parameter #0 [ ...$(fields) ] + } + } + + Method [ public method sort ] { + + - Parameters [1] { + Parameter #0 [ ...$(sort) ] + } + } + + Method [ public method highlight ] { + + - Parameters [2] { + Parameter #0 [ $style ] + Parameter #1 [ ...$(fields) ] + } + } + + Method [ public method addFacet ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $facet ] + } + } + } + } + + Interface [ interface Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\BooleanFieldSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Couchbase\BooleanSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method must ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + + Method [ public method mustNot ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + + Method [ public method should ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + } + } + + Class [ class Couchbase\ConjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method every ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + } + } + + Class [ class Couchbase\DateRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method start ] { + + - Parameters [2] { + Parameter #0 [ $start ] + Parameter #1 [ $inclusive ] + } + } + + Method [ public method end ] { + + - Parameters [2] { + Parameter #0 [ $end ] + Parameter #1 [ $inclusive ] + } + } + + Method [ public method dateTimeParser ] { + + - Parameters [1] { + Parameter #0 [ $dateTimeParser ] + } + } + } + } + + Class [ class Couchbase\DisjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method either ] { + + - Parameters [1] { + Parameter #0 [ ...$(queries) ] + } + } + + Method [ public method min ] { + + - Parameters [1] { + Parameter #0 [ $min ] + } + } + } + } + + Class [ class Couchbase\DocIdSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method docIds ] { + + - Parameters [1] { + Parameter #0 [ ...$(documentIds) ] + } + } + } + } + + Class [ class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + } + } + + Class [ class Couchbase\MatchNoneSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + } + } + + Class [ class Couchbase\MatchPhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method analyzer ] { + + - Parameters [1] { + Parameter #0 [ $analyzer ] + } + } + } + } + + Class [ class Couchbase\MatchSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method analyzer ] { + + - Parameters [1] { + Parameter #0 [ $analyzer ] + } + } + + Method [ public method prefixLength ] { + + - Parameters [1] { + Parameter #0 [ $prefixLength ] + } + } + + Method [ public method fuzziness ] { + + - Parameters [1] { + Parameter #0 [ $fuzziness ] + } + } + } + } + + Class [ class Couchbase\NumericRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method min ] { + + - Parameters [2] { + Parameter #0 [ $min ] + Parameter #1 [ $inclusive ] + } + } + + Method [ public method max ] { + + - Parameters [2] { + Parameter #0 [ $max ] + Parameter #1 [ $inclusive ] + } + } + } + } + + Class [ class Couchbase\PhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Couchbase\PrefixSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Couchbase\QueryStringSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + } + } + + Class [ class Couchbase\RegexpSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Couchbase\TermSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method prefixLength ] { + + - Parameters [1] { + Parameter #0 [ $prefixLength ] + } + } + + Method [ public method fuzziness ] { + + - Parameters [1] { + Parameter #0 [ $fuzziness ] + } + } + } + } + + Class [ class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method min ] { + + - Parameters [2] { + Parameter #0 [ $min ] + Parameter #1 [ $inclusive ] + } + } + + Method [ public method max ] { + + - Parameters [2] { + Parameter #0 [ $max ] + Parameter #1 [ $inclusive ] + } + } + } + } + + Class [ class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method boost ] { + + - Parameters [1] { + Parameter #0 [ $boost ] + } + } + + Method [ public method field ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Interface [ interface Couchbase\SearchFacet ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Couchbase\TermSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\NumericRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method addRange ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + } + } + + Class [ class Couchbase\DateRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method addRange ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } + } + } + } + + Class [ class Couchbase\SearchSort ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Couchbase\SearchSortField extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [9] { + Constant [ public string TYPE_AUTO ] { auto } + Constant [ public string TYPE_STRING ] { string } + Constant [ public string TYPE_NUMBER ] { number } + Constant [ public string TYPE_DATE ] { date } + Constant [ public string MODE_DEFAULT ] { default } + Constant [ public string MODE_MIN ] { min } + Constant [ public string MODE_MAX ] { max } + Constant [ public string MISSING_FIRST ] { first } + Constant [ public string MISSING_LAST ] { last } + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [6] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + + Method [ public method type ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ public method mode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method missing ] { + + - Parameters [1] { + Parameter #0 [ $missing ] + } + } + } + } + + Class [ class Couchbase\SearchSortGeoDistance extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + + Method [ public method unit ] { + + - Parameters [1] { + Parameter #0 [ $missing ] + } + } + } + } + + Class [ class Couchbase\SearchSortId extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + } + } + + Class [ class Couchbase\SearchSortScore extends Couchbase\SearchSort implements JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method id ] { + + - Parameters [0] { + } + } + + Method [ static public method score ] { + + - Parameters [0] { + } + } + + Method [ static public method field ] { + + - Parameters [0] { + } + } + + Method [ static public method geoDistance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ public method descending ] { + + - Parameters [1] { + Parameter #0 [ $descending ] + } + } + } + } + + Class [ abstract class Couchbase\CryptoProvider ] { + + - Constants [2] { + Constant [ public int KEY_TYPE_ENCRYPT ] { 0 } + Constant [ public int KEY_TYPE_DECRYPT ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - 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 ] { + + - Parameters [0] { + } + } + + Method [ public method generateIV ] { + + - Parameters [0] { + } + } + + Method [ public method sign ] { + + - Parameters [1] { + Parameter #0 [ array $bytes ] + } + } + + Method [ public method verifySignature ] { + + - Parameters [2] { + Parameter #0 [ array $bytes ] + Parameter #1 [ string $signature ] + } + } + + Method [ public method loadKey ] { + + - Parameters [2] { + Parameter #0 [ int $keyType ] + Parameter #1 [ string $keyId ] + } + } + } + } + + Class [ class Couchbase\SearchIndexManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method listIndexes ] { + + - Parameters [0] { + } + } + + Method [ public method getIndex ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method createIndex ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $indexDefinition ] + } + } + + Method [ public method deleteIndex ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getIndexedDocumentsCount ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method listIndexDefinitions ] { + + - Parameters [0] { + } + } + + Method [ public method listIndexDefinition ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getIndexDefinition ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getIndexedDocumentCount ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + } + } + } +} + -- cgit