Extension [ <persistent> extension #169 couchbase version 2.3.4 ] {

  - Dependencies {
    Dependency [ json (Required) ]
    Dependency [ igbinary (Required) ]
  }

  - INI {
    Entry [ couchbase.log_level <ALL> ]
      Current = 'WARN'
    }
    Entry [ couchbase.encoder.format <ALL> ]
      Current = 'json'
    }
    Entry [ couchbase.encoder.compression <ALL> ]
      Current = 'off'
    }
    Entry [ couchbase.encoder.compression_threshold <ALL> ]
      Current = '0'
    }
    Entry [ couchbase.encoder.compression_factor <ALL> ]
      Current = '0.0'
    }
    Entry [ couchbase.decoder.json_arrays <ALL> ]
      Current = '0'
    }
  }

  - Constants [151] {
    Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 }
    Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 }
    Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 }
    Constant [ integer COUCHBASE_PERSISTTO_THREE ] { 4 }
    Constant [ integer COUCHBASE_REPLICATETO_ONE ] { 16 }
    Constant [ integer COUCHBASE_REPLICATETO_TWO ] { 32 }
    Constant [ integer COUCHBASE_REPLICATETO_THREE ] { 64 }
    Constant [ integer COUCHBASE_SDCMD_GET ] { 1 }
    Constant [ integer COUCHBASE_SDCMD_REPLACE ] { 3 }
    Constant [ integer COUCHBASE_SDCMD_EXISTS ] { 2 }
    Constant [ integer COUCHBASE_SDCMD_DICT_ADD ] { 4 }
    Constant [ integer COUCHBASE_SDCMD_DICT_UPSERT ] { 5 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_ADD_FIRST ] { 6 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_ADD_LAST ] { 7 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_INSERT ] { 9 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_ADD_UNIQUE ] { 8 }
    Constant [ integer COUCHBASE_SDCMD_COUNTER ] { 10 }
    Constant [ integer COUCHBASE_SDCMD_REMOVE ] { 11 }
    Constant [ integer COUCHBASE_CNTL_OP_TIMEOUT ] { 0 }
    Constant [ integer COUCHBASE_CNTL_VIEW_TIMEOUT ] { 1 }
    Constant [ integer COUCHBASE_CNTL_DURABILITY_INTERVAL ] { 14 }
    Constant [ integer COUCHBASE_CNTL_DURABILITY_TIMEOUT ] { 13 }
    Constant [ integer COUCHBASE_CNTL_HTTP_TIMEOUT ] { 15 }
    Constant [ integer COUCHBASE_CNTL_CONFIGURATION_TIMEOUT ] { 18 }
    Constant [ integer COUCHBASE_CNTL_CONFDELAY_THRESH ] { 25 }
    Constant [ integer COUCHBASE_CNTL_CONFIG_NODE_TIMEOUT ] { 27 }
    Constant [ integer COUCHBASE_CNTL_HTCONFIG_IDLE_TIMEOUT ] { 28 }
    Constant [ integer COUCHBASE_VALUE_F_JSON ] { 1 }
    Constant [ integer COUCHBASE_N1XSPEC_T_DEFAULT ] { 0 }
    Constant [ integer COUCHBASE_N1XSPEC_T_GSI ] { 1 }
    Constant [ integer COUCHBASE_N1XSPEC_T_VIEW ] { 2 }
    Constant [ integer COUCHBASE_SUCCESS ] { 0 }
    Constant [ integer COUCHBASE_AUTH_CONTINUE ] { 1 }
    Constant [ integer COUCHBASE_AUTH_ERROR ] { 2 }
    Constant [ integer COUCHBASE_DELTA_BADVAL ] { 3 }
    Constant [ integer COUCHBASE_E2BIG ] { 4 }
    Constant [ integer COUCHBASE_EBUSY ] { 5 }
    Constant [ integer COUCHBASE_EINTERNAL ] { 6 }
    Constant [ integer COUCHBASE_EINVAL ] { 7 }
    Constant [ integer COUCHBASE_ENOMEM ] { 8 }
    Constant [ integer COUCHBASE_ERANGE ] { 9 }
    Constant [ integer COUCHBASE_ERROR ] { 10 }
    Constant [ integer COUCHBASE_ETMPFAIL ] { 11 }
    Constant [ integer COUCHBASE_KEY_EEXISTS ] { 12 }
    Constant [ integer COUCHBASE_KEY_ENOENT ] { 13 }
    Constant [ integer COUCHBASE_DLOPEN_FAILED ] { 14 }
    Constant [ integer COUCHBASE_DLSYM_FAILED ] { 15 }
    Constant [ integer COUCHBASE_NETWORK_ERROR ] { 16 }
    Constant [ integer COUCHBASE_NOT_MY_VBUCKET ] { 17 }
    Constant [ integer COUCHBASE_NOT_STORED ] { 18 }
    Constant [ integer COUCHBASE_NOT_SUPPORTED ] { 19 }
    Constant [ integer COUCHBASE_UNKNOWN_COMMAND ] { 20 }
    Constant [ integer COUCHBASE_UNKNOWN_HOST ] { 21 }
    Constant [ integer COUCHBASE_PROTOCOL_ERROR ] { 22 }
    Constant [ integer COUCHBASE_ETIMEDOUT ] { 23 }
    Constant [ integer COUCHBASE_CONNECT_ERROR ] { 24 }
    Constant [ integer COUCHBASE_BUCKET_ENOENT ] { 25 }
    Constant [ integer COUCHBASE_CLIENT_ENOMEM ] { 26 }
    Constant [ integer COUCHBASE_CLIENT_ENOCONF ] { 27 }
    Constant [ integer COUCHBASE_EBADHANDLE ] { 28 }
    Constant [ integer COUCHBASE_SERVER_BUG ] { 29 }
    Constant [ integer COUCHBASE_PLUGIN_VERSION_MISMATCH ] { 30 }
    Constant [ integer COUCHBASE_INVALID_HOST_FORMAT ] { 31 }
    Constant [ integer COUCHBASE_INVALID_CHAR ] { 32 }
    Constant [ integer COUCHBASE_DURABILITY_ETOOMANY ] { 33 }
    Constant [ integer COUCHBASE_DUPLICATE_COMMANDS ] { 34 }
    Constant [ integer COUCHBASE_NO_MATCHING_SERVER ] { 35 }
    Constant [ integer COUCHBASE_BAD_ENVIRONMENT ] { 36 }
    Constant [ integer COUCHBASE_BUSY ] { 37 }
    Constant [ integer COUCHBASE_INVALID_USERNAME ] { 38 }
    Constant [ integer COUCHBASE_CONFIG_CACHE_INVALID ] { 39 }
    Constant [ integer COUCHBASE_SASLMECH_UNAVAILABLE ] { 40 }
    Constant [ integer COUCHBASE_TOO_MANY_REDIRECTS ] { 41 }
    Constant [ integer COUCHBASE_MAP_CHANGED ] { 42 }
    Constant [ integer COUCHBASE_INCOMPLETE_PACKET ] { 43 }
    Constant [ integer COUCHBASE_ECONNREFUSED ] { 44 }
    Constant [ integer COUCHBASE_ESOCKSHUTDOWN ] { 45 }
    Constant [ integer COUCHBASE_ECONNRESET ] { 46 }
    Constant [ integer COUCHBASE_ECANTGETPORT ] { 47 }
    Constant [ integer COUCHBASE_EFDLIMITREACHED ] { 48 }
    Constant [ integer COUCHBASE_ENETUNREACH ] { 49 }
    Constant [ integer COUCHBASE_ECTL_UNKNOWN ] { 50 }
    Constant [ integer COUCHBASE_ECTL_UNSUPPMODE ] { 51 }
    Constant [ integer COUCHBASE_ECTL_BADARG ] { 52 }
    Constant [ integer COUCHBASE_EMPTY_KEY ] { 53 }
    Constant [ integer COUCHBASE_SSL_ERROR ] { 54 }
    Constant [ integer COUCHBASE_SSL_CANTVERIFY ] { 55 }
    Constant [ integer COUCHBASE_SCHEDFAIL_INTERNAL ] { 56 }
    Constant [ integer COUCHBASE_CLIENT_FEATURE_UNAVAILABLE ] { 57 }
    Constant [ integer COUCHBASE_OPTIONS_CONFLICT ] { 58 }
    Constant [ integer COUCHBASE_HTTP_ERROR ] { 59 }
    Constant [ integer COUCHBASE_DURABILITY_NO_MUTATION_TOKENS ] { 60 }
    Constant [ integer COUCHBASE_UNKNOWN_MEMCACHED_ERROR ] { 61 }
    Constant [ integer COUCHBASE_MUTATION_LOST ] { 62 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_ENOENT ] { 63 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_MISMATCH ] { 64 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_EINVAL ] { 65 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_E2BIG ] { 66 }
    Constant [ integer COUCHBASE_SUBDOC_DOC_E2DEEP ] { 67 }
    Constant [ integer COUCHBASE_SUBDOC_VALUE_CANTINSERT ] { 68 }
    Constant [ integer COUCHBASE_SUBDOC_DOC_NOTJSON ] { 69 }
    Constant [ integer COUCHBASE_SUBDOC_NUM_ERANGE ] { 70 }
    Constant [ integer COUCHBASE_SUBDOC_BAD_DELTA ] { 71 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_EEXISTS ] { 72 }
    Constant [ integer COUCHBASE_SUBDOC_MULTI_FAILURE ] { 73 }
    Constant [ integer COUCHBASE_SUBDOC_VALUE_E2DEEP ] { 74 }
    Constant [ integer COUCHBASE_EINVAL_MCD ] { 75 }
    Constant [ integer COUCHBASE_EMPTY_PATH ] { 76 }
    Constant [ integer COUCHBASE_UNKNOWN_SDCMD ] { 77 }
    Constant [ integer COUCHBASE_ENO_COMMANDS ] { 78 }
    Constant [ integer COUCHBASE_QUERY_ERROR ] { 79 }
    Constant [ integer COUCHBASE_GENERIC_TMPERR ] { 80 }
    Constant [ integer COUCHBASE_GENERIC_SUBDOCERR ] { 81 }
    Constant [ integer COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 }
    Constant [ integer COUCHBASE_NAMESERVER_ERROR ] { 83 }
    Constant [ integer COUCHBASE_NOT_AUTHORIZED ] { 84 }
    Constant [ integer COUCHBASE_TMPFAIL ] { 11 }
    Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 }
    Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 }
    Constant [ integer COUCHBASE_VAL_MASK ] { 31 }
    Constant [ integer COUCHBASE_VAL_IS_STRING ] { 0 }
    Constant [ integer COUCHBASE_VAL_IS_LONG ] { 1 }
    Constant [ integer COUCHBASE_VAL_IS_DOUBLE ] { 2 }
    Constant [ integer COUCHBASE_VAL_IS_BOOL ] { 3 }
    Constant [ integer COUCHBASE_VAL_IS_SERIALIZED ] { 4 }
    Constant [ integer COUCHBASE_VAL_IS_IGBINARY ] { 5 }
    Constant [ integer COUCHBASE_VAL_IS_JSON ] { 6 }
    Constant [ integer COUCHBASE_COMPRESSION_MASK ] { 224 }
    Constant [ integer COUCHBASE_COMPRESSION_NONE ] { 0 }
    Constant [ integer COUCHBASE_COMPRESSION_ZLIB ] { 32 }
    Constant [ integer COUCHBASE_COMPRESSION_FASTLZ ] { 64 }
    Constant [ integer COUCHBASE_COMPRESSION_MCISCOMPRESSED ] { 16 }
    Constant [ integer COUCHBASE_SERTYPE_JSON ] { 0 }
    Constant [ integer COUCHBASE_SERTYPE_IGBINARY ] { 1 }
    Constant [ integer COUCHBASE_SERTYPE_PHP ] { 2 }
    Constant [ integer COUCHBASE_CMPRTYPE_NONE ] { 0 }
    Constant [ integer COUCHBASE_CMPRTYPE_ZLIB ] { 1 }
    Constant [ integer COUCHBASE_CMPRTYPE_FASTLZ ] { 2 }
    Constant [ integer COUCHBASE_CFFMT_MASK ] { -16777216 }
    Constant [ integer COUCHBASE_CFFMT_PRIVATE ] { 16777216 }
    Constant [ integer COUCHBASE_CFFMT_JSON ] { 33554432 }
    Constant [ integer COUCHBASE_CFFMT_RAW ] { 50331648 }
    Constant [ integer COUCHBASE_CFFMT_STRING ] { 67108864 }
    Constant [ integer Couchbase\ENCODER_FORMAT_JSON ] { 0 }
    Constant [ integer Couchbase\ENCODER_FORMAT_IGBINARY ] { 1 }
    Constant [ integer Couchbase\ENCODER_FORMAT_PHP ] { 2 }
    Constant [ integer Couchbase\ENCODER_COMPRESSION_NONE ] { 0 }
    Constant [ integer Couchbase\ENCODER_COMPRESSION_ZLIB ] { 1 }
    Constant [ integer Couchbase\ENCODER_COMPRESSION_FASTLZ ] { 2 }
    Constant [ integer Couchbase\HAVE_IGBINARY ] { 1 }
    Constant [ integer Couchbase\HAVE_ZLIB ] { 1 }
  }

  - Functions {
    Function [ <internal:couchbase> function Couchbase\fastlzCompress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\fastlzDecompress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\zlibCompress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\zlibDecompress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\passthruEncoder ] {

      - Parameters [1] {
        Parameter #0 [ <required> $value ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\passthruDecoder ] {

      - Parameters [3] {
        Parameter #0 [ <required> $bytes ]
        Parameter #1 [ <required> $flags ]
        Parameter #2 [ <required> $datatype ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\defaultEncoder ] {

      - Parameters [1] {
        Parameter #0 [ <required> $value ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\defaultDecoder ] {

      - Parameters [3] {
        Parameter #0 [ <required> $bytes ]
        Parameter #1 [ <required> $flags ]
        Parameter #2 [ <required> $datatype ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\basicEncoderV1 ] {

      - Parameters [2] {
        Parameter #0 [ <required> $value ]
        Parameter #1 [ <required> $options ]
      }
    }
    Function [ <internal:couchbase> function Couchbase\basicDecoderV1 ] {

      - Parameters [4] {
        Parameter #0 [ <required> $bytes ]
        Parameter #1 [ <required> $flags ]
        Parameter #2 [ <required> $datatype ]
        Parameter #3 [ <required> $options ]
      }
    }
    Function [ <internal:couchbase> function couchbase_fastlz_compress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function couchbase_fastlz_decompress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function couchbase_zlib_compress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function couchbase_zlib_decompress ] {

      - Parameters [1] {
        Parameter #0 [ <required> $data ]
      }
    }
    Function [ <internal:couchbase> function couchbase_passthru_encoder ] {

      - Parameters [1] {
        Parameter #0 [ <required> $value ]
      }
    }
    Function [ <internal:couchbase> function couchbase_passthru_decoder ] {

      - Parameters [3] {
        Parameter #0 [ <required> $bytes ]
        Parameter #1 [ <required> $flags ]
        Parameter #2 [ <required> $datatype ]
      }
    }
    Function [ <internal:couchbase> function couchbase_default_encoder ] {

      - Parameters [1] {
        Parameter #0 [ <required> $value ]
      }
    }
    Function [ <internal:couchbase> function couchbase_default_decoder ] {

      - Parameters [3] {
        Parameter #0 [ <required> $bytes ]
        Parameter #1 [ <required> $flags ]
        Parameter #2 [ <required> $datatype ]
      }
    }
    Function [ <internal:couchbase> function couchbase_basic_encoder_v1 ] {

      - Parameters [2] {
        Parameter #0 [ <required> $value ]
        Parameter #1 [ <required> $options ]
      }
    }
    Function [ <internal:couchbase> function couchbase_basic_decoder_v1 ] {

      - Parameters [4] {
        Parameter #0 [ <required> $bytes ]
        Parameter #1 [ <required> $flags ]
        Parameter #2 [ <required> $datatype ]
        Parameter #3 [ <required> $options ]
      }
    }
  }

  - Classes [47] {
    Class [ <internal:couchbase> class Couchbase\Exception extends Exception implements Throwable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [4] {
        Property [ <default> protected $message ]
        Property [ <default> protected $code ]
        Property [ <default> protected $file ]
        Property [ <default> protected $line ]
      }

      - Methods [10] {
        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {

          - Parameters [3] {
            Parameter #0 [ <optional> $message ]
            Parameter #1 [ <optional> $code ]
            Parameter #2 [ <optional> $previous ]
          }
        }

        Method [ <internal:Core, inherits Exception> public method __wakeup ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
        }
      }
    }

    Class [ <internal:couchbase> class Couchbase\Document ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [5] {
        Property [ <default> public $error ]
        Property [ <default> public $value ]
        Property [ <default> public $flags ]
        Property [ <default> public $cas ]
        Property [ <default> public $token ]
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> class Couchbase\DocumentFragment ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [4] {
        Property [ <default> public $error ]
        Property [ <default> public $cas ]
        Property [ <default> public $value ]
        Property [ <default> public $token ]
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> final class Couchbase\Cluster ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:couchbase, ctor> final public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <required> $connstr ]
          }
        }

        Method [ <internal:couchbase> final public method openBucket ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $password ]
          }
        }

        Method [ <internal:couchbase> final public method manager ] {

          - Parameters [2] {
            Parameter #0 [ <required> $username ]
            Parameter #1 [ <required> $password ]
          }
        }

        Method [ <internal:couchbase> final public method authenticate ] {

          - Parameters [1] {
            Parameter #0 [ <required> $authenticator ]
          }
        }

        Method [ <internal:couchbase> final public method authenticateAs ] {

          - Parameters [2] {
            Parameter #0 [ <required> $username ]
            Parameter #1 [ <required> $password ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\ClusterManager ] {

      - Constants [2] {
        Constant [ integer RBAC_DOMAIN_LOCAL ] { 1 }
        Constant [ integer RBAC_DOMAIN_EXTERNAL ] { 2 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [9] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method listBuckets ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method createBucket ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method removeBucket ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:couchbase> final public method listUsers ] {

          - Parameters [1] {
            Parameter #0 [ <required> $domain ]
          }
        }

        Method [ <internal:couchbase> final public method upsertUser ] {

          - Parameters [3] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $settings ]
            Parameter #2 [ <required> $domain ]
          }
        }

        Method [ <internal:couchbase> final public method getUser ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $domain ]
          }
        }

        Method [ <internal:couchbase> final public method removeUser ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $domain ]
          }
        }

        Method [ <internal:couchbase> final public method info ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\UserSettings ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final public method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method fullName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $fullName ]
          }
        }

        Method [ <internal:couchbase> final public method password ] {

          - Parameters [1] {
            Parameter #0 [ <required> $password ]
          }
        }

        Method [ <internal:couchbase> final public method role ] {

          - Parameters [2] {
            Parameter #0 [ <required> $role ]
            Parameter #1 [ <required> $bucket ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\Bucket ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [41] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final private method __get ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:couchbase> final private method __set ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method setTranscoder ] {

          - Parameters [2] {
            Parameter #0 [ <required> callable $encoder ]
            Parameter #1 [ <required> callable $decoder ]
          }
        }

        Method [ <internal:couchbase> final public method get ] {

          - Parameters [2] {
            Parameter #0 [ <required> $ids ]
            Parameter #1 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method getAndLock ] {

          - Parameters [3] {
            Parameter #0 [ <required> $ids ]
            Parameter #1 [ <required> $lockTime ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method getAndTouch ] {

          - Parameters [3] {
            Parameter #0 [ <required> $ids ]
            Parameter #1 [ <required> $expiry ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method getFromReplica ] {

          - Parameters [2] {
            Parameter #0 [ <required> $ids ]
            Parameter #1 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method upsert ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $val ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method insert ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $val ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method replace ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $val ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method append ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $val ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method prepend ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $val ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method remove ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method unlock ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method touch ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $expiry ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method counter ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $delta ]
            Parameter #2 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method lookupIn ] {

          - Parameters [1] {
            Parameter #0 [ <required> $id ]
          }
        }

        Method [ <internal:couchbase> final public method retrieveIn ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> ...$(paths) ]
          }
        }

        Method [ <internal:couchbase> final public method mutateIn ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $cas ]
          }
        }

        Method [ <internal:couchbase> final public method manager ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method query ] {

          - Parameters [2] {
            Parameter #0 [ <required> $query ]
            Parameter #1 [ <required> $jsonAsArray ]
          }
        }

        Method [ <internal:couchbase> final public method mapSize ] {

          - Parameters [1] {
            Parameter #0 [ <required> $id ]
          }
        }

        Method [ <internal:couchbase> final public method mapAdd ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $key ]
            Parameter #2 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method mapRemove ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $key ]
          }
        }

        Method [ <internal:couchbase> final public method mapGet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $key ]
          }
        }

        Method [ <internal:couchbase> final public method setAdd ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method setExists ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method setRemove ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method listSize ] {

          - Parameters [1] {
            Parameter #0 [ <required> $id ]
          }
        }

        Method [ <internal:couchbase> final public method listPush ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method listShift ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method listRemove ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $index ]
          }
        }

        Method [ <internal:couchbase> final public method listGet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $index ]
          }
        }

        Method [ <internal:couchbase> final public method listSet ] {

          - Parameters [3] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $index ]
            Parameter #2 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method listExists ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method setSize ] {

          - Parameters [1] {
            Parameter #0 [ <required> $id ]
          }
        }

        Method [ <internal:couchbase> final public method queueSize ] {

          - Parameters [1] {
            Parameter #0 [ <required> $id ]
          }
        }

        Method [ <internal:couchbase> final public method queueAdd ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method queueExists ] {

          - Parameters [2] {
            Parameter #0 [ <required> $id ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method queueRemove ] {

          - Parameters [1] {
            Parameter #0 [ <required> $id ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\BucketManager ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [14] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method info ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method flush ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method listDesignDocuments ] {

          - Parameters [0] {
          }
        }

        Method [ <internal, deprecated:couchbase> final public method getDesignDocuments ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method getDesignDocument ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:couchbase> final public method removeDesignDocument ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:couchbase> final public method upsertDesignDocument ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $document ]
          }
        }

        Method [ <internal:couchbase> final public method insertDesignDocument ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $document ]
          }
        }

        Method [ <internal:couchbase> final public method listN1qlIndexes ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method createN1qlPrimaryIndex ] {

          - Parameters [3] {
            Parameter #0 [ <required> $customName ]
            Parameter #1 [ <required> $ignoreIfExist ]
            Parameter #2 [ <required> $defer ]
          }
        }

        Method [ <internal:couchbase> final public method createN1qlIndex ] {

          - Parameters [5] {
            Parameter #0 [ <required> $indexName ]
            Parameter #1 [ <required> $fields ]
            Parameter #2 [ <required> $whereClause ]
            Parameter #3 [ <required> $ignoreIfExist ]
            Parameter #4 [ <required> $defer ]
          }
        }

        Method [ <internal:couchbase> final public method dropN1qlPrimaryIndex ] {

          - Parameters [3] {
            Parameter #0 [ <required> $customName ]
            Parameter #1 [ <required> $ignoreIfNotExist ]
            Parameter #2 [ <optional> $defer ]
          }
        }

        Method [ <internal:couchbase> final public method dropN1qlIndex ] {

          - Parameters [3] {
            Parameter #0 [ <required> $indexName ]
            Parameter #1 [ <required> $ignoreIfNotExist ]
            Parameter #2 [ <optional> $defer ]
          }
        }
      }
    }

    Interface [ <internal:couchbase> interface Couchbase\Authenticator ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> final class Couchbase\ClassicAuthenticator implements Couchbase\Authenticator ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final public method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method cluster ] {

          - Parameters [2] {
            Parameter #0 [ <required> $username ]
            Parameter #1 [ <required> $password ]
          }
        }

        Method [ <internal:couchbase> final public method bucket ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $password ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final public method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method username ] {

          - Parameters [1] {
            Parameter #0 [ <required> $username ]
          }
        }

        Method [ <internal:couchbase> final public method password ] {

          - Parameters [1] {
            Parameter #0 [ <required> $password ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MutationToken ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:couchbase> final static public method from ] {

          - Parameters [4] {
            Parameter #0 [ <required> $bucketName ]
            Parameter #1 [ <required> $vbucketId ]
            Parameter #2 [ <required> $vbucketUuid ]
            Parameter #3 [ <required> $sequenceNumber ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method bucketName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method vbucketId ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method vbucketUuid ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method sequenceNumber ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MutationState ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:couchbase> final static public method from ] {

          - Parameters [1] {
            Parameter #0 [ <required> $source ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [2] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method add ] {

          - Parameters [1] {
            Parameter #0 [ <required> $source ]
          }
        }
      }
    }

    Interface [ <internal:couchbase> interface Couchbase\ViewQueryEncodable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [1] {
        Method [ <internal:couchbase> abstract public method encode ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\ViewQuery implements Couchbase\ViewQueryEncodable ] {

      - Constants [5] {
        Constant [ integer UPDATE_BEFORE ] { 1 }
        Constant [ integer UPDATE_NONE ] { 2 }
        Constant [ integer UPDATE_AFTER ] { 3 }
        Constant [ integer ORDER_ASCENDING ] { 1 }
        Constant [ integer ORDER_DESCENDING ] { 2 }
      }

      - Static properties [0] {
      }

      - Static methods [2] {
        Method [ <internal:couchbase> final static public method from ] {

          - Parameters [2] {
            Parameter #0 [ <required> $designDocumentName ]
            Parameter #1 [ <required> $viewName ]
          }
        }

        Method [ <internal:couchbase> final static public method fromSpatial ] {

          - Parameters [2] {
            Parameter #0 [ <required> $designDocumentName ]
            Parameter #1 [ <required> $viewName ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [17] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype Couchbase\ViewQueryEncodable> final public method encode ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method limit ] {

          - Parameters [1] {
            Parameter #0 [ <required> $limit ]
          }
        }

        Method [ <internal:couchbase> final public method skip ] {

          - Parameters [1] {
            Parameter #0 [ <required> $skip ]
          }
        }

        Method [ <internal:couchbase> final public method consistency ] {

          - Parameters [1] {
            Parameter #0 [ <required> $consistency ]
          }
        }

        Method [ <internal:couchbase> final public method stale ] {

          - Parameters [1] {
            Parameter #0 [ <required> $consistency ]
          }
        }

        Method [ <internal:couchbase> final public method custom ] {

          - Parameters [1] {
            Parameter #0 [ <required> $options ]
          }
        }

        Method [ <internal:couchbase> final public method order ] {

          - Parameters [1] {
            Parameter #0 [ <required> $order ]
          }
        }

        Method [ <internal:couchbase> final public method reduce ] {

          - Parameters [1] {
            Parameter #0 [ <required> $reduce ]
          }
        }

        Method [ <internal:couchbase> final public method group ] {

          - Parameters [1] {
            Parameter #0 [ <required> $group ]
          }
        }

        Method [ <internal:couchbase> final public method groupLevel ] {

          - Parameters [1] {
            Parameter #0 [ <required> $group_level ]
          }
        }

        Method [ <internal:couchbase> final public method group_level ] {

          - Parameters [1] {
            Parameter #0 [ <required> $group_level ]
          }
        }

        Method [ <internal:couchbase> final public method key ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }

        Method [ <internal:couchbase> final public method keys ] {

          - Parameters [1] {
            Parameter #0 [ <required> $keys ]
          }
        }

        Method [ <internal:couchbase> final public method range ] {

          - Parameters [3] {
            Parameter #0 [ <required> $startKey ]
            Parameter #1 [ <required> $endKey ]
            Parameter #2 [ <required> $inclusiveEnd ]
          }
        }

        Method [ <internal:couchbase> final public method idRange ] {

          - Parameters [2] {
            Parameter #0 [ <required> $startKeyDocumentId ]
            Parameter #1 [ <required> $endKeyDocumentId ]
          }
        }

        Method [ <internal:couchbase> final public method id_range ] {

          - Parameters [2] {
            Parameter #0 [ <required> $startKeyDocumentId ]
            Parameter #1 [ <required> $endKeyDocumentId ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\SpatialViewQuery implements Couchbase\ViewQueryEncodable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:couchbase> final static public method from ] {

          - Parameters [2] {
            Parameter #0 [ <required> $designDocumentName ]
            Parameter #1 [ <required> $viewName ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [10] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype Couchbase\ViewQueryEncodable> final public method encode ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method limit ] {

          - Parameters [1] {
            Parameter #0 [ <required> $limit ]
          }
        }

        Method [ <internal:couchbase> final public method skip ] {

          - Parameters [1] {
            Parameter #0 [ <required> $skip ]
          }
        }

        Method [ <internal:couchbase> final public method consistency ] {

          - Parameters [1] {
            Parameter #0 [ <required> $consistency ]
          }
        }

        Method [ <internal:couchbase> final public method stale ] {

          - Parameters [1] {
            Parameter #0 [ <required> $consistency ]
          }
        }

        Method [ <internal:couchbase> final public method bbox ] {

          - Parameters [1] {
            Parameter #0 [ <required> $bbox ]
          }
        }

        Method [ <internal:couchbase> final public method startRange ] {

          - Parameters [1] {
            Parameter #0 [ <required> $range ]
          }
        }

        Method [ <internal:couchbase> final public method endRange ] {

          - Parameters [1] {
            Parameter #0 [ <required> $range ]
          }
        }

        Method [ <internal:couchbase> final public method custom ] {

          - Parameters [1] {
            Parameter #0 [ <required> $options ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\AnalyticsQuery ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:couchbase> final static public method fromString ] {

          - Parameters [1] {
            Parameter #0 [ <required> $statement ]
          }
        }
      }

      - Properties [1] {
        Property [ <default> public $options ]
      }

      - Methods [2] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method hostname ] {

          - Parameters [1] {
            Parameter #0 [ <required> $hostname ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\N1qlQuery ] {

      - Constants [3] {
        Constant [ integer NOT_BOUNDED ] { 1 }
        Constant [ integer REQUEST_PLUS ] { 2 }
        Constant [ integer STATEMENT_PLUS ] { 3 }
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:couchbase> final static public method fromString ] {

          - Parameters [1] {
            Parameter #0 [ <required> $statement ]
          }
        }
      }

      - Properties [1] {
        Property [ <default> public $options ]
      }

      - Methods [7] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method adhoc ] {

          - Parameters [1] {
            Parameter #0 [ <required> $adhoc ]
          }
        }

        Method [ <internal:couchbase> final public method crossBucket ] {

          - Parameters [1] {
            Parameter #0 [ <required> $crossBucket ]
          }
        }

        Method [ <internal:couchbase> final public method positionalParams ] {

          - Parameters [1] {
            Parameter #0 [ <required> $params ]
          }
        }

        Method [ <internal:couchbase> final public method namedParams ] {

          - Parameters [1] {
            Parameter #0 [ <required> $params ]
          }
        }

        Method [ <internal:couchbase> final public method consistency ] {

          - Parameters [1] {
            Parameter #0 [ <required> $consistency ]
          }
        }

        Method [ <internal:couchbase> final public method consistentWith ] {

          - Parameters [1] {
            Parameter #0 [ <required> $mutationState ]
          }
        }
      }
    }

    Class [ <internal:couchbase> class Couchbase\N1qlIndex ] {

      - Constants [3] {
        Constant [ integer VIEW ] { 2 }
        Constant [ integer GSI ] { 1 }
        Constant [ integer UNSPECIFIED ] { 0 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [8] {
        Property [ <default> public $name ]
        Property [ <default> public $isPrimary ]
        Property [ <default> public $type ]
        Property [ <default> public $state ]
        Property [ <default> public $keyspace ]
        Property [ <default> public $namespace ]
        Property [ <default> public $fields ]
        Property [ <default> public $condition ]
      }

      - Methods [1] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\LookupInBuilder ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method get ] {

          - Parameters [2] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <optional> $options ]
          }
        }

        Method [ <internal:couchbase> final public method exists ] {

          - Parameters [2] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <optional> $options ]
          }
        }

        Method [ <internal:couchbase> final public method execute ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MutateInBuilder ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [14] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method insert ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method upsert ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method replace ] {

          - Parameters [2] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method remove ] {

          - Parameters [1] {
            Parameter #0 [ <required> $path ]
          }
        }

        Method [ <internal:couchbase> final public method arrayPrepend ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method arrayAppend ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method arrayInsert ] {

          - Parameters [2] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final public method arrayPrependAll ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $values ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method arrayAppendAll ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $values ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method arrayInsertAll ] {

          - Parameters [2] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $values ]
          }
        }

        Method [ <internal:couchbase> final public method arrayAddUnique ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $value ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method counter ] {

          - Parameters [3] {
            Parameter #0 [ <required> $path ]
            Parameter #1 [ <required> $delta ]
            Parameter #2 [ <required> $createParents ]
          }
        }

        Method [ <internal:couchbase> final public method execute ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\SearchQuery implements JsonSerializable ] {

      - Constants [3] {
        Constant [ string HIGHLIGHT_HTML ] { html }
        Constant [ string HIGHLIGHT_ANSI ] { ansi }
        Constant [ string HIGHLIGHT_SIMPLE ] { simple }
      }

      - Static properties [0] {
      }

      - Static methods [23] {
        Method [ <internal:couchbase> final static public method booleanField ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:couchbase> final static public method boolean ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final static public method conjuncts ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }

        Method [ <internal:couchbase> final static public method dateRange ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final static public method disjuncts ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }

        Method [ <internal:couchbase> final static public method docId ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(documentIds) ]
          }
        }

        Method [ <internal:couchbase> final static public method match ] {

          - Parameters [1] {
            Parameter #0 [ <required> $match ]
          }
        }

        Method [ <internal:couchbase> final static public method matchAll ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final static public method matchNone ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final static public method matchPhrase ] {

          - Parameters [1] {
            Parameter #0 [ <required> $matchPhrase ]
          }
        }

        Method [ <internal:couchbase> final static public method numericRange ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final static public method phrase ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(terms) ]
          }
        }

        Method [ <internal:couchbase> final static public method prefix ] {

          - Parameters [1] {
            Parameter #0 [ <required> $prefix ]
          }
        }

        Method [ <internal:couchbase> final static public method queryString ] {

          - Parameters [1] {
            Parameter #0 [ <required> $queryString ]
          }
        }

        Method [ <internal:couchbase> final static public method regexp ] {

          - Parameters [1] {
            Parameter #0 [ <required> $regexp ]
          }
        }

        Method [ <internal:couchbase> final static public method term ] {

          - Parameters [1] {
            Parameter #0 [ <required> $term ]
          }
        }

        Method [ <internal:couchbase> final static public method termRange ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final static public method geoBoundingBox ] {

          - Parameters [4] {
            Parameter #0 [ <required> $topLeftLongitude ]
            Parameter #1 [ <required> $topLeftLatitude ]
            Parameter #2 [ <required> $bottomRightLongitude ]
            Parameter #3 [ <required> $bottomRightLatitude ]
          }
        }

        Method [ <internal:couchbase> final static public method geoDistance ] {

          - Parameters [3] {
            Parameter #0 [ <required> $longitude ]
            Parameter #1 [ <required> $latitude ]
            Parameter #2 [ <required> $distance ]
          }
        }

        Method [ <internal:couchbase> final static public method wildcard ] {

          - Parameters [1] {
            Parameter #0 [ <required> $wildcard ]
          }
        }

        Method [ <internal:couchbase> final static public method termFacet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $field ]
            Parameter #1 [ <required> $limit ]
          }
        }

        Method [ <internal:couchbase> final static public method dateRangeFacet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $field ]
            Parameter #1 [ <required> $limit ]
          }
        }

        Method [ <internal:couchbase> final static public method numericRangeFacet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $field ]
            Parameter #1 [ <required> $limit ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [11] {
        Method [ <internal:couchbase, ctor> final public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <required> $indexName ]
            Parameter #1 [ <required> $queryPart ]
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method limit ] {

          - Parameters [1] {
            Parameter #0 [ <required> $limit ]
          }
        }

        Method [ <internal:couchbase> final public method skip ] {

          - Parameters [1] {
            Parameter #0 [ <required> $skip ]
          }
        }

        Method [ <internal:couchbase> final public method explain ] {

          - Parameters [1] {
            Parameter #0 [ <required> $explain ]
          }
        }

        Method [ <internal:couchbase> final public method serverSideTimeout ] {

          - Parameters [1] {
            Parameter #0 [ <required> $serverSideTimeout ]
          }
        }

        Method [ <internal:couchbase> final public method consistentWith ] {

          - Parameters [1] {
            Parameter #0 [ <required> $mutationState ]
          }
        }

        Method [ <internal:couchbase> final public method fields ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(fields) ]
          }
        }

        Method [ <internal:couchbase> final public method sort ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(sort) ]
          }
        }

        Method [ <internal:couchbase> final public method highlight ] {

          - Parameters [2] {
            Parameter #0 [ <required> $style ]
            Parameter #1 [ <required> ...$(fields) ]
          }
        }

        Method [ <internal:couchbase> final public method addFacet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $facet ]
          }
        }
      }
    }

    Interface [ <internal:couchbase> interface Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> final class Couchbase\BooleanFieldSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\BooleanSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [6] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method must ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }

        Method [ <internal:couchbase> final public method mustNot ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }

        Method [ <internal:couchbase> final public method should ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\ConjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method every ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\DateRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [7] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method start ] {

          - Parameters [2] {
            Parameter #0 [ <required> $start ]
            Parameter #1 [ <required> $inclusive ]
          }
        }

        Method [ <internal:couchbase> final public method end ] {

          - Parameters [2] {
            Parameter #0 [ <required> $end ]
            Parameter #1 [ <required> $inclusive ]
          }
        }

        Method [ <internal:couchbase> final public method dateTimeParser ] {

          - Parameters [1] {
            Parameter #0 [ <required> $dateTimeParser ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\DisjunctionSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method either ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(queries) ]
          }
        }

        Method [ <internal:couchbase> final public method min ] {

          - Parameters [1] {
            Parameter #0 [ <required> $min ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\DocIdSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method docIds ] {

          - Parameters [1] {
            Parameter #0 [ <required> ...$(documentIds) ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\GeoBoundingBoxSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\GeoDistanceSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MatchAllSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MatchNoneSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MatchPhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method analyzer ] {

          - Parameters [1] {
            Parameter #0 [ <required> $analyzer ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\MatchSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [7] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method analyzer ] {

          - Parameters [1] {
            Parameter #0 [ <required> $analyzer ]
          }
        }

        Method [ <internal:couchbase> final public method prefixLength ] {

          - Parameters [1] {
            Parameter #0 [ <required> $prefixLength ]
          }
        }

        Method [ <internal:couchbase> final public method fuzziness ] {

          - Parameters [1] {
            Parameter #0 [ <required> $fuzziness ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\NumericRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [6] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method min ] {

          - Parameters [2] {
            Parameter #0 [ <required> $min ]
            Parameter #1 [ <required> $inclusive ]
          }
        }

        Method [ <internal:couchbase> final public method max ] {

          - Parameters [2] {
            Parameter #0 [ <required> $max ]
            Parameter #1 [ <required> $inclusive ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\PhraseSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\PrefixSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\QueryStringSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\RegexpSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\TermSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [6] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method prefixLength ] {

          - Parameters [1] {
            Parameter #0 [ <required> $prefixLength ]
          }
        }

        Method [ <internal:couchbase> final public method fuzziness ] {

          - Parameters [1] {
            Parameter #0 [ <required> $fuzziness ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\TermRangeSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [6] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:couchbase> final public method min ] {

          - Parameters [2] {
            Parameter #0 [ <required> $min ]
            Parameter #1 [ <required> $inclusive ]
          }
        }

        Method [ <internal:couchbase> final public method max ] {

          - Parameters [2] {
            Parameter #0 [ <required> $max ]
            Parameter #1 [ <required> $inclusive ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\WildcardSearchQuery implements JsonSerializable, Couchbase\SearchQueryPart ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method boost ] {

          - Parameters [1] {
            Parameter #0 [ <required> $boost ]
          }
        }

        Method [ <internal:couchbase> final public method field ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }
      }
    }

    Interface [ <internal:couchbase> interface Couchbase\SearchFacet ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> final class Couchbase\TermSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [2] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\NumericRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method addRange ] {

          - Parameters [3] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $min ]
            Parameter #2 [ <required> $max ]
          }
        }
      }
    }

    Class [ <internal:couchbase> final class Couchbase\DateRangeSearchFacet implements JsonSerializable, Couchbase\SearchFacet ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> final private method __construct ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase, prototype JsonSerializable> final public method jsonSerialize ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:couchbase> final public method addRange ] {

          - Parameters [3] {
            Parameter #0 [ <required> $name ]
            Parameter #1 [ <required> $start ]
            Parameter #2 [ <optional> $end ]
          }
        }
      }
    }
  }
}