Extension [ extension #154 couchbase version 1.2.2 ] { - Dependencies { Dependency [ json (Required) ] Dependency [ igbinary (Required) ] } - INI { Entry [ couchbase.config_cache ] Current = '' } Entry [ couchbase.serializer ] Current = 'php' } Entry [ couchbase.compressor ] Current = 'none' } Entry [ couchbase.compression_factor ] Current = '1.3' } Entry [ couchbase.compression_threshold ] Current = '2000' } Entry [ couchbase.durability_default_poll_interval ] Current = '100000' } Entry [ couchbase.durability_default_timeout ] Current = '40000000' } Entry [ couchbase.view_timeout ] Current = '75' } Entry [ couchbase.instance.persistent ] Current = '1' } Entry [ couchbase.restflush ] Current = '1' } Entry [ couchbase.skip_config_errors_on_connect ] Current = '' } } - Constants [34] { Constant [ integer COUCHBASE_SUCCESS ] { 0 } Constant [ integer COUCHBASE_AUTH_CONTINUE ] { 1 } 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_ERROR ] { 10 } Constant [ integer COUCHBASE_ETMPFAIL ] { 11 } Constant [ integer COUCHBASE_KEY_EEXISTS ] { 12 } Constant [ integer COUCHBASE_KEY_ENOENT ] { 13 } 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_OPT_SERIALIZER ] { 1 } Constant [ integer COUCHBASE_OPT_COMPRESSION ] { 2 } Constant [ integer COUCHBASE_OPT_PREFIX_KEY ] { 3 } Constant [ integer COUCHBASE_OPT_IGNOREFLAGS ] { 4 } Constant [ integer COUCHBASE_SERIALIZER_PHP ] { 0 } Constant [ integer COUCHBASE_SERIALIZER_JSON ] { 1 } Constant [ integer COUCHBASE_SERIALIZER_JSON_ARRAY ] { 2 } Constant [ integer COUCHBASE_SERIALIZER_IGBINARY ] { 3 } Constant [ integer COUCHBASE_COMPRESSION_NONE ] { 0 } Constant [ integer COUCHBASE_COMPRESSION_FASTLZ ] { 2 } Constant [ integer COUCHBASE_COMPRESSION_ZLIB ] { 1 } Constant [ integer COUCHBASE_GET_PRESERVE_ORDER ] { 1 } Constant [ integer COUCHBASE_OPT_VOPTS_PASSTHROUGH ] { 5 } Constant [ integer COUCHBASE_REPLICA_FIRST ] { 0 } Constant [ integer COUCHBASE_REPLICA_ALL ] { 1 } Constant [ integer COUCHBASE_REPLICA_SELECT ] { 2 } } - Functions { Function [ function couchbase_connect ] { - Parameters [5] { Parameter #0 [ $host ] Parameter #1 [ $user ] Parameter #2 [ $password ] Parameter #3 [ $bucket ] Parameter #4 [ $persistent ] } } Function [ function couchbase_add ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $value ] Parameter #3 [ $expiration ] } } Function [ function couchbase_set ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $value ] Parameter #3 [ $expiration ] Parameter #4 [ $cas ] } } Function [ function couchbase_set_multi ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ array $values ] Parameter #2 [ $expiration ] } } Function [ function couchbase_replace ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $value ] Parameter #3 [ $expiration ] Parameter #4 [ $cas ] } } Function [ function couchbase_prepend ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $value ] Parameter #3 [ $expiration ] Parameter #4 [ $cas ] } } Function [ function couchbase_append ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $value ] Parameter #3 [ $expiration ] Parameter #4 [ $cas ] } } Function [ function couchbase_cas ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $cas ] Parameter #2 [ $key ] Parameter #3 [ $value ] Parameter #4 [ $expiration ] } } Function [ function couchbase_get ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $cache_cb ] Parameter #3 [ &$cas_token ] } } Function [ function couchbase_get_multi ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ array $keys ] Parameter #2 [ array or NULL &$cas_tokens ] Parameter #3 [ $flags ] } } Function [ function couchbase_get_delayed ] { - Parameters [6] { Parameter #0 [ $resource ] Parameter #1 [ array $keys ] Parameter #2 [ $with_cas ] Parameter #3 [ $cb ] Parameter #4 [ $expiry ] Parameter #5 [ $lock ] } } Function [ function couchbase_get_and_lock ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ &$cas ] Parameter #3 [ $expiry ] } } Function [ function couchbase_get_and_lock_multi ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ array $keys ] Parameter #2 [ array or NULL &$cas_tokens ] Parameter #3 [ $flags ] Parameter #4 [ $expiry ] } } Function [ function couchbase_get_and_touch ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $expiry ] Parameter #3 [ &$cas ] } } Function [ function couchbase_get_and_touch_multi ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ array $keys ] Parameter #2 [ $expiry ] Parameter #3 [ array or NULL &$cas_tokens ] } } Function [ function couchbase_unlock ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $cas ] } } Function [ function couchbase_touch ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $expiry ] } } Function [ function couchbase_touch_multi ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ array $keys ] Parameter #2 [ $expiry ] } } Function [ function couchbase_fetch ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_fetch_all ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_view ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $doc_name ] Parameter #2 [ $view_name ] Parameter #3 [ array $options ] Parameter #4 [ $return_errors ] } } Function [ function couchbase_view_gen_query ] { - Parameters [5] { Parameter #0 [ $resource ] Parameter #1 [ $doc_name ] Parameter #2 [ $view_name ] Parameter #3 [ array $options ] Parameter #4 [ $return_errors ] } } Function [ function couchbase_increment ] { - Parameters [6] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $offset ] Parameter #3 [ $create ] Parameter #4 [ $expiration ] Parameter #5 [ $initial ] } } Function [ function couchbase_decrement ] { - Parameters [6] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $offset ] Parameter #3 [ $create ] Parameter #4 [ $expiration ] Parameter #5 [ $initial ] } } Function [ function couchbase_get_stats ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_delete ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $cas ] } } Function [ function couchbase_flush ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_get_result_code ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_get_result_message ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_set_option ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $option ] Parameter #2 [ $value ] } } Function [ function couchbase_get_option ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $option ] } } Function [ function couchbase_get_servers ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_get_num_replicas ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_get_version ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_get_client_version ] { - Parameters [0] { } } Function [ function couchbase_observe ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $cas ] Parameter #3 [ &$details ] } } Function [ function couchbase_observe_multi ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ array $key_to_cas ] Parameter #2 [ &$details ] } } Function [ function couchbase_key_durability ] { - Parameters [4] { Parameter #0 [ $resource ] Parameter #1 [ $key ] Parameter #2 [ $cas ] Parameter #3 [ array $durability ] } } Function [ function couchbase_key_durability_multi ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ array $key_to_cas ] Parameter #2 [ array $durability ] } } Function [ function couchbase_get_design_doc ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $name ] } } Function [ function couchbase_set_design_doc ] { - Parameters [3] { Parameter #0 [ $resource ] Parameter #1 [ $name ] Parameter #2 [ $doc ] } } Function [ function couchbase_delete_design_doc ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $name ] } } Function [ function couchbase_list_design_docs ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_get_timeout ] { - Parameters [1] { Parameter #0 [ $resource ] } } Function [ function couchbase_set_timeout ] { - Parameters [2] { Parameter #0 [ $resource ] Parameter #1 [ $timeout ] } } } - Classes [15] { Class [ class Couchbase ] { - Constants [34] { Constant [ integer SUCCESS ] { 0 } Constant [ integer AUTH_CONTINUE ] { 1 } Constant [ integer DELTA_BADVAL ] { 3 } Constant [ integer E2BIG ] { 4 } Constant [ integer EBUSY ] { 5 } Constant [ integer EINTERNAL ] { 6 } Constant [ integer EINVAL ] { 7 } Constant [ integer ENOMEM ] { 8 } Constant [ integer ERROR ] { 10 } Constant [ integer ETMPFAIL ] { 11 } Constant [ integer KEY_EEXISTS ] { 12 } Constant [ integer KEY_ENOENT ] { 13 } Constant [ integer NETWORK_ERROR ] { 16 } Constant [ integer NOT_MY_VBUCKET ] { 17 } Constant [ integer NOT_STORED ] { 18 } Constant [ integer NOT_SUPPORTED ] { 19 } Constant [ integer UNKNOWN_COMMAND ] { 20 } Constant [ integer UNKNOWN_HOST ] { 21 } Constant [ integer OPT_SERIALIZER ] { 1 } Constant [ integer OPT_COMPRESSION ] { 2 } Constant [ integer OPT_PREFIX_KEY ] { 3 } Constant [ integer OPT_IGNOREFLAGS ] { 4 } Constant [ integer SERIALIZER_PHP ] { 0 } Constant [ integer SERIALIZER_JSON ] { 1 } Constant [ integer SERIALIZER_JSON_ARRAY ] { 2 } Constant [ integer SERIALIZER_IGBINARY ] { 3 } Constant [ integer COMPRESSION_NONE ] { 0 } Constant [ integer COMPRESSION_FASTLZ ] { 2 } Constant [ integer COMPRESSION_ZLIB ] { 1 } Constant [ integer GET_PRESERVE_ORDER ] { 1 } Constant [ integer OPT_VOPTS_PASSTHROUGH ] { 5 } Constant [ integer REPLICA_FIRST ] { 0 } Constant [ integer REPLICA_ALL ] { 1 } Constant [ integer REPLICA_SELECT ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $_handle ] } - Methods [46] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $hosts ] Parameter #1 [ $user ] Parameter #2 [ $password ] Parameter #3 [ $bucket ] Parameter #4 [ $persistent ] } } Method [ public method add ] { - Parameters [5] { Parameter #0 [ $id ] Parameter #1 [ $document ] Parameter #2 [ $expiry ] Parameter #3 [ $persist_to ] Parameter #4 [ $replicate_to ] } } Method [ public method set ] { - Parameters [6] { Parameter #0 [ $id ] Parameter #1 [ $document ] Parameter #2 [ $expiry ] Parameter #3 [ $cas ] Parameter #4 [ $persist_to ] Parameter #5 [ $replicate_to ] } } Method [ public method setMulti ] { - Parameters [4] { Parameter #0 [ array $documents ] Parameter #1 [ $expiry ] Parameter #2 [ $persist_to ] Parameter #3 [ $replicate_to ] } } Method [ public method replace ] { - Parameters [6] { Parameter #0 [ $id ] Parameter #1 [ $document ] Parameter #2 [ $expiry ] Parameter #3 [ $cas ] Parameter #4 [ $persist_to ] Parameter #5 [ $replicate_to ] } } Method [ public method prepend ] { - Parameters [6] { Parameter #0 [ $id ] Parameter #1 [ $document ] Parameter #2 [ $expiry ] Parameter #3 [ $cas ] Parameter #4 [ $persist_to ] Parameter #5 [ $replicate_to ] } } Method [ public method append ] { - Parameters [6] { Parameter #0 [ $id ] Parameter #1 [ $document ] Parameter #2 [ $expiry ] Parameter #3 [ $cas ] Parameter #4 [ $persist_to ] Parameter #5 [ $replicate_to ] } } Method [ public method cas ] { - Parameters [4] { Parameter #0 [ $cas ] Parameter #1 [ $id ] Parameter #2 [ $document ] Parameter #3 [ $expiry ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $id ] Parameter #1 [ $callback ] Parameter #2 [ &$cas ] } } Method [ public method getMulti ] { - Parameters [3] { Parameter #0 [ array $ids ] Parameter #1 [ array or NULL &$cas ] Parameter #2 [ $flags ] } } Method [ public method getReplica ] { - Parameters [2] { Parameter #0 [ $ids ] Parameter #1 [ $strategy ] } } Method [ public method getDelayed ] { - Parameters [5] { Parameter #0 [ array $ids ] Parameter #1 [ $with_cas ] Parameter #2 [ $callback ] Parameter #3 [ $expiry ] Parameter #4 [ $lock ] } } Method [ public method getAndLock ] { - Parameters [3] { Parameter #0 [ $ids ] Parameter #1 [ &$cas ] Parameter #2 [ $expiry ] } } Method [ public method getAndLockMulti ] { - Parameters [4] { Parameter #0 [ array $ids ] Parameter #1 [ array or NULL &$cas ] Parameter #2 [ $flags ] Parameter #3 [ $expiry ] } } Method [ public method getAndTouch ] { - Parameters [3] { Parameter #0 [ $id ] Parameter #1 [ $expiry ] Parameter #2 [ &$cas ] } } Method [ public method getAndTouchMulti ] { - Parameters [3] { Parameter #0 [ array $ids ] Parameter #1 [ $expiry ] Parameter #2 [ array or NULL &$cas ] } } Method [ public method unlock ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $cas ] } } Method [ public method touch ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $expiry ] } } Method [ public method touchMulti ] { - Parameters [2] { Parameter #0 [ array $ids ] Parameter #1 [ $expiry ] } } Method [ public method fetch ] { - Parameters [0] { } } Method [ public method fetchAll ] { - Parameters [0] { } } Method [ public method view ] { - Parameters [4] { Parameter #0 [ $document ] Parameter #1 [ $view ] Parameter #2 [ array $options ] Parameter #3 [ $return_errors ] } } Method [ public method viewGenQuery ] { - Parameters [4] { Parameter #0 [ $doc_name ] Parameter #1 [ $view_name ] Parameter #2 [ array $options ] Parameter #3 [ $return_errors ] } } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $id ] Parameter #1 [ $cas ] Parameter #2 [ $persist_to ] Parameter #3 [ $replicate_to ] } } Method [ public method getStats ] { - Parameters [0] { } } Method [ public method flush ] { - Parameters [0] { } } Method [ public method increment ] { - Parameters [5] { Parameter #0 [ $id ] Parameter #1 [ $delta ] Parameter #2 [ $create ] Parameter #3 [ $expire ] Parameter #4 [ $initial ] } } Method [ public method decrement ] { - Parameters [5] { Parameter #0 [ $id ] Parameter #1 [ $delta ] Parameter #2 [ $create ] Parameter #3 [ $expire ] Parameter #4 [ $initial ] } } Method [ public method getResultCode ] { - Parameters [0] { } } Method [ public method getResultMessage ] { - Parameters [0] { } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ $option ] } } Method [ public method getVersion ] { - Parameters [1] { Parameter #0 [ $resource ] } } Method [ public method getClientVersion ] { - Parameters [0] { } } Method [ public method getNumReplicas ] { - Parameters [0] { } } Method [ public method getServers ] { - Parameters [0] { } } Method [ public method observe ] { - Parameters [3] { Parameter #0 [ $id ] Parameter #1 [ $cas ] Parameter #2 [ &$details ] } } Method [ public method observeMulti ] { - Parameters [2] { Parameter #0 [ array $ids ] Parameter #1 [ &$details ] } } Method [ public method keyDurability ] { - Parameters [3] { Parameter #0 [ $id ] Parameter #1 [ $cas ] Parameter #2 [ array $details ] } } Method [ public method keyDurabilityMulti ] { - Parameters [2] { Parameter #0 [ array $ids ] Parameter #1 [ array $details ] } } Method [ public method getDesignDoc ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setDesignDoc ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $document ] } } Method [ public method deleteDesignDoc ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method listDesignDocs ] { - Parameters [0] { } } Method [ public method getTimeout ] { - Parameters [0] { } } Method [ public method setTimeout ] { - Parameters [1] { Parameter #0 [ $timeout ] } } } } Class [ class CouchbaseClusterManager ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $hosts ] Parameter #1 [ $user ] Parameter #2 [ $password ] } } Method [ public method createBucket ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method modifyBucket ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method deleteBucket ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method flushBucket ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getBucketInfo ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getInfo ] { } } } Class [ class CouchbaseException extends Exception ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseIllegalKeyException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseNoSuchKeyException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseAuthenticationException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseLibcouchbaseException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseServerException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseKeyMutatedException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseTimeoutException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseNotEnoughNodesException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseIllegalOptionException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseIllegalValueException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseIllegalArgumentsException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 CouchbaseNotSupportedException extends CouchbaseException ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [9] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } 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 ] { } } } } }