diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 335 |
1 files changed, 333 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 couchbase version 4.1.6 ] { +Extension [ <persistent> extension #91 couchbase version 4.2.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -390,6 +390,17 @@ Extension [ <persistent> extension #126 couchbase version 4.1.6 ] { Parameter #3 [ <optional> ?array $options = <default> ] } } + Function [ <internal:couchbase> function Couchbase\Extension\vectorSearch ] { + + - Parameters [6] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $indexName ] + Parameter #2 [ <required> string $query ] + Parameter #3 [ <required> string $vector_search ] + Parameter #4 [ <optional> ?array $options = <default> ] + Parameter #5 [ <optional> ?array $vector_options = <default> ] + } + } Function [ <internal:couchbase> function Couchbase\Extension\ping ] { - Parameters [2] { @@ -579,6 +590,126 @@ Extension [ <persistent> extension #126 couchbase version 4.1.6 ] { Parameter #3 [ <optional> ?array $options = <default> ] } } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexGet ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexGetAll ] { + + - Parameters [4] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexUpsert ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> array $index ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexDrop ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexGetDocumentsCount ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexIngestPause ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexIngestResume ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexQueryingAllow ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexQueryingDisallow ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexPlanFreeze ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexPlanUnfreeze ] { + + - Parameters [5] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <optional> ?array $options = <default> ] + } + } + Function [ <internal:couchbase> function Couchbase\Extension\scopeSearchIndexDocumentAnalyze ] { + + - Parameters [6] { + Parameter #0 [ <required> $connection ] + Parameter #1 [ <required> string $bucketName ] + Parameter #2 [ <required> string $scopeName ] + Parameter #3 [ <required> string $indexName ] + Parameter #4 [ <required> string $document ] + Parameter #5 [ <optional> ?array $options = <default> ] + } + } Function [ <internal:couchbase> function Couchbase\Extension\viewIndexUpsert ] { - Parameters [5] { @@ -887,7 +1018,7 @@ Extension [ <persistent> extension #126 couchbase version 4.1.6 ] { } } - - Classes [73] { + - Classes [75] { Class [ <internal:couchbase> class Couchbase\Exception\CouchbaseException extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -3289,6 +3420,106 @@ Extension [ <persistent> extension #126 couchbase version 4.1.6 ] { } } + Class [ <internal:couchbase> 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 [ <internal:couchbase, inherits Couchbase\Exception\CouchbaseException> public method getContext ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:couchbase, inherits Couchbase\Exception\CouchbaseException, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + Parameter #3 [ <optional> ?array $context = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:couchbase> class Couchbase\Exception\DocumentNotJsonException extends Couchbase\Exception\CouchbaseException implements Stringable, Throwable ] { - Constants [0] { @@ -5889,6 +6120,106 @@ Extension [ <persistent> extension #126 couchbase version 4.1.6 ] { } } + Class [ <internal:couchbase> 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 [ <internal:couchbase, inherits Couchbase\Exception\CouchbaseException> public method getContext ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:couchbase, inherits Couchbase\Exception\CouchbaseException, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <optional> string $message = "" ] + Parameter #1 [ <optional> int $code = 0 ] + Parameter #2 [ <optional> ?Throwable $previous = null ] + Parameter #3 [ <optional> ?array $context = null ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ <internal:couchbase> class Couchbase\Exception\PlanningFailureException extends Couchbase\Exception\CouchbaseException implements Stringable, Throwable ] { - Constants [0] { |