From 03802968f1a647a72dc78ab73a1641f8b2a3d204 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 May 2021 07:00:32 +0200 Subject: update to 3.1.2 --- REFLECTION | 689 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 681 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 777652c..fe49541 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 couchbase version 3.1.1 ] { +Extension [ extension #118 couchbase version 3.1.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -31,7 +31,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { } } - - Constants [176] { + - Constants [177] { Constant [ int COUCHBASE_PERSISTTO_MASTER ] { 1 } Constant [ int COUCHBASE_PERSISTTO_ONE ] { 1 } Constant [ int COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -106,6 +106,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { Constant [ int COUCHBASE_ERR_INDEX_FAILURE ] { 402 } Constant [ int COUCHBASE_ERR_PREPARED_STATEMENT_FAILURE ] { 403 } Constant [ int COUCHBASE_ERR_KEYSPACE_NOT_FOUND ] { 404 } + Constant [ int COUCHBASE_ERR_DML_FAILURE ] { 405 } Constant [ int COUCHBASE_ERR_COMPILATION_FAILED ] { 501 } Constant [ int COUCHBASE_ERR_JOB_QUEUE_FULL ] { 502 } Constant [ int COUCHBASE_ERR_DATASET_NOT_FOUND ] { 503 } @@ -349,7 +350,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { } } - - Classes [195] { + - Classes [203] { Interface [ interface Couchbase\MutationToken ] { - Constants [0] { @@ -865,7 +866,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ abstract public method cas ] { @@ -918,7 +919,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ public method content ] { @@ -1328,7 +1329,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ abstract public method content ] { @@ -1403,7 +1404,7 @@ Extension [ extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ public method content ] { @@ -2449,6 +2450,426 @@ Extension [ extension #119 couchbase version 3.1.1 ] { } } + Class [ class Couchbase\ParsingFailureException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\IndexNotFoundException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\PlanningFailureException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\IndexFailureException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\KeyspaceNotFoundException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Couchbase\QueryException extends Couchbase\HttpException implements Throwable ] { - Constants [0] { @@ -2701,6 +3122,174 @@ Extension [ extension #119 couchbase version 3.1.1 ] { } } + Class [ class Couchbase\PreparedStatementFailureException extends Couchbase\QueryException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\DmlFailureException extends Couchbase\QueryException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Couchbase\SearchException extends Couchbase\HttpException implements Throwable ] { - Constants [0] { @@ -4213,7 +4802,91 @@ Extension [ extension #119 couchbase version 3.1.1 ] { } } - Class [ class Couchbase\ServiceMissingException extends Couchbase\BaseException implements Throwable ] { + Class [ class Couchbase\RequestCanceledException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $ref ] + Property [ protected $context ] + Property [ protected $is_input ] + Property [ protected $is_network ] + Property [ protected $is_fatal ] + Property [ protected $is_transient ] + Property [ protected $is_data_operation ] + Property [ protected $is_internal ] + Property [ protected $is_plugin ] + Property [ protected $is_server_under_load ] + Property [ protected $is_server_generated ] + Property [ protected $is_subdoc ] + Property [ protected $is_durability ] + } + + - Methods [12] { + Method [ public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Couchbase\ServiceNotAvailableException extends Couchbase\BaseException implements Throwable ] { - Constants [0] { } -- cgit