From 0fcdf4c59afef2bc0ed0c1c269298679e8f11a4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2024 11:10:06 +0100 Subject: update to 4.2.0 raise dependency on PHP 8.1 not buildable offline, reported upstream --- REFLECTION | 335 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 333 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e48e143..36aca5a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 couchbase version 4.1.6 ] { +Extension [ extension #91 couchbase version 4.2.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -390,6 +390,17 @@ Extension [ extension #126 couchbase version 4.1.6 ] { Parameter #3 [ ?array $options = ] } } + Function [ function Couchbase\Extension\vectorSearch ] { + + - Parameters [6] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ string $query ] + Parameter #3 [ string $vector_search ] + Parameter #4 [ ?array $options = ] + Parameter #5 [ ?array $vector_options = ] + } + } Function [ function Couchbase\Extension\ping ] { - Parameters [2] { @@ -579,6 +590,126 @@ Extension [ extension #126 couchbase version 4.1.6 ] { Parameter #3 [ ?array $options = ] } } + Function [ function Couchbase\Extension\scopeSearchIndexGet ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexGetAll ] { + + - Parameters [4] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexUpsert ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ array $index ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexDrop ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexGetDocumentsCount ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexIngestPause ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexIngestResume ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexQueryingAllow ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexQueryingDisallow ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexPlanFreeze ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexPlanUnfreeze ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\scopeSearchIndexDocumentAnalyze ] { + + - Parameters [6] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $indexName ] + Parameter #4 [ string $document ] + Parameter #5 [ ?array $options = ] + } + } Function [ function Couchbase\Extension\viewIndexUpsert ] { - Parameters [5] { @@ -887,7 +1018,7 @@ Extension [ extension #126 couchbase version 4.1.6 ] { } } - - Classes [73] { + - Classes [75] { Class [ class Couchbase\Exception\CouchbaseException extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -3289,6 +3420,106 @@ Extension [ extension #126 couchbase version 4.1.6 ] { } } + Class [ class Couchbase\Exception\DocumentNotLockedException extends Couchbase\Exception\CouchbaseException implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [11] { + Method [ public method getContext ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Couchbase\Exception\DocumentNotJsonException extends Couchbase\Exception\CouchbaseException implements Stringable, Throwable ] { - Constants [0] { @@ -5889,6 +6120,106 @@ Extension [ extension #126 couchbase version 4.1.6 ] { } } + Class [ class Couchbase\Exception\PermissionDeniedException extends Couchbase\Exception\CouchbaseException implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [11] { + Method [ public method getContext ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Couchbase\Exception\PlanningFailureException extends Couchbase\Exception\CouchbaseException implements Stringable, Throwable ] { - Constants [0] { -- cgit