diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-14 07:00:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-14 07:00:32 +0200 |
commit | 03802968f1a647a72dc78ab73a1641f8b2a3d204 (patch) | |
tree | 6c367d79436320b8fb8feb5c191b63c20dc1c222 /REFLECTION | |
parent | 36c45d780ded7574689791be02a5d0d89c9434f3 (diff) |
update to 3.1.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 689 |
1 files changed, 681 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { +Extension [ <persistent> extension #118 couchbase version 3.1.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -31,7 +31,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #119 couchbase version 3.1.1 ] { } } - - Classes [195] { + - Classes [203] { Interface [ <internal:couchbase> interface Couchbase\MutationToken ] { - Constants [0] { @@ -865,7 +866,7 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ <internal:couchbase, inherits Couchbase\Result> abstract public method cas ] { @@ -918,7 +919,7 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ <internal:couchbase, prototype Couchbase\GetResult> public method content ] { @@ -1328,7 +1329,7 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ <internal:couchbase> abstract public method content ] { @@ -1403,7 +1404,7 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { - Parameters [0] { } - - Return [ DateTimeImmutable or NULL ] + - Return [ DateTimeInterface or NULL ] } Method [ <internal:couchbase, prototype Couchbase\LookupInResult> public method content ] { @@ -2449,6 +2450,426 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { } } + Class [ <internal:couchbase> class Couchbase\ParsingFailureException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\IndexNotFoundException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\PlanningFailureException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\IndexFailureException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\KeyspaceNotFoundException extends Couchbase\HttpException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\QueryException extends Couchbase\HttpException implements Throwable ] { - Constants [0] { @@ -2701,6 +3122,174 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { } } + Class [ <internal:couchbase> class Couchbase\PreparedStatementFailureException extends Couchbase\QueryException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\DmlFailureException extends Couchbase\QueryException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\SearchException extends Couchbase\HttpException implements Throwable ] { - Constants [0] { @@ -4213,7 +4802,91 @@ Extension [ <persistent> extension #119 couchbase version 3.1.1 ] { } } - Class [ <internal:couchbase> class Couchbase\ServiceMissingException extends Couchbase\BaseException implements Throwable ] { + Class [ <internal:couchbase> class Couchbase\RequestCanceledException extends Couchbase\BaseException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [17] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + Property [ <default> protected $ref ] + Property [ <default> protected $context ] + Property [ <default> protected $is_input ] + Property [ <default> protected $is_network ] + Property [ <default> protected $is_fatal ] + Property [ <default> protected $is_transient ] + Property [ <default> protected $is_data_operation ] + Property [ <default> protected $is_internal ] + Property [ <default> protected $is_plugin ] + Property [ <default> protected $is_server_under_load ] + Property [ <default> protected $is_server_generated ] + Property [ <default> protected $is_subdoc ] + Property [ <default> protected $is_durability ] + } + + - Methods [12] { + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method ref ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ <internal:couchbase, inherits Couchbase\BaseException> public method context ] { + + - Parameters [0] { + } + - Return [ object or NULL ] + } + + 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\ServiceNotAvailableException extends Couchbase\BaseException implements Throwable ] { - Constants [0] { } |