From 90b709fbf27bc0e083e4ca66c64d494c4d4926a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jan 2021 08:42:04 +0100 Subject: update to 3.1.0 --- REFLECTION | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 122 insertions(+), 22 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3f62614..ddc4d4c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 couchbase version 3.0.5 ] { +Extension [ extension #119 couchbase version 3.1.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -21,7 +21,7 @@ Extension [ extension #117 couchbase version 3.0.5 ] { Current = '0.0' } Entry [ couchbase.decoder.json_arrays ] - Current = '0' + Current = '1' } Entry [ couchbase.pool.max_idle_time_sec ] Current = '60' @@ -887,7 +887,7 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ private $cas ] Property [ private $data ] Property [ private $expiry ] @@ -895,6 +895,7 @@ Extension [ extension #117 couchbase version 3.0.5 ] { Property [ private $status ] Property [ private $err_ctx ] Property [ private $err_ref ] + Property [ private $decoder ] } - Methods [4] { @@ -5399,7 +5400,7 @@ Extension [ extension #117 couchbase version 3.0.5 ] { Property [ private $name ] } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { - Parameters [2] { @@ -5422,6 +5423,15 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\Collection ] } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ Couchbase\QueryOptions or NULL $queryOptions ] + } + - Return [ Couchbase\QueryResult ] + } } } @@ -9476,13 +9486,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ private $timeout ] Property [ private $with_expiry ] Property [ private $project ] + Property [ private $decoder ] } - - Methods [3] { + - Methods [4] { Method [ public method timeout ] { - Parameters [1] { @@ -9506,6 +9517,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\GetOptions ] } + + Method [ public method decoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\GetOptions ] + } } } @@ -9520,11 +9539,12 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ private $timeout ] + Property [ private $decoder ] } - - Methods [1] { + - Methods [2] { Method [ public method timeout ] { - Parameters [1] { @@ -9532,6 +9552,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\GetAndTouchOptions ] } + + Method [ public method decoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\GetAndTouchOptions ] + } } } @@ -9546,11 +9574,12 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ private $timeout ] + Property [ private $decoder ] } - - Methods [1] { + - Methods [2] { Method [ public method timeout ] { - Parameters [1] { @@ -9558,6 +9587,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\GetAndLockOptions ] } + + Method [ public method decoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\GetAndLockOptions ] + } } } @@ -9572,11 +9609,12 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ private $timeout ] + Property [ private $decoder ] } - - Methods [1] { + - Methods [2] { Method [ public method timeout ] { - Parameters [1] { @@ -9584,6 +9622,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\GetAllReplicasOptions ] } + + Method [ public method decoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\GetAllReplicasOptions ] + } } } @@ -9598,11 +9644,12 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ private $timeout ] + Property [ private $decoder ] } - - Methods [1] { + - Methods [2] { Method [ public method timeout ] { - Parameters [1] { @@ -9610,6 +9657,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\GetAnyReplicaOptions ] } + + Method [ public method decoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\GetAnyReplicaOptions ] + } } } @@ -9676,13 +9731,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ private $timeout ] Property [ private $expiry ] Property [ private $durability_level ] + Property [ private $encoder ] } - - Methods [3] { + - Methods [4] { Method [ public method timeout ] { - Parameters [1] { @@ -9706,6 +9762,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\InsertOptions ] } + + Method [ public method encoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\InsertOptions ] + } } } @@ -9720,14 +9784,15 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ private $cas ] Property [ private $timeout ] Property [ private $expiry ] Property [ private $durability_level ] + Property [ private $encoder ] } - - Methods [4] { + - Methods [5] { Method [ public method cas ] { - Parameters [1] { @@ -9759,6 +9824,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\UpsertOptions ] } + + Method [ public method encoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\UpsertOptions ] + } } } @@ -9773,14 +9846,15 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ private $cas ] Property [ private $timeout ] Property [ private $expiry ] Property [ private $durability_level ] + Property [ private $encoder ] } - - Methods [4] { + - Methods [5] { Method [ public method cas ] { - Parameters [1] { @@ -9812,6 +9886,14 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\ReplaceOptions ] } + + Method [ public method encoder ] { + + - Parameters [1] { + Parameter #0 [ callable $arg ] + } + - Return [ Couchbase\ReplaceOptions ] + } } } @@ -10447,7 +10529,7 @@ Extension [ extension #117 couchbase version 3.0.5 ] { - Static methods [0] { } - - Properties [16] { + - Properties [18] { Property [ private $timeout ] Property [ private $adhoc ] Property [ private $metrics ] @@ -10464,9 +10546,11 @@ Extension [ extension #117 couchbase version 3.0.5 ] { Property [ private $max_parallelism ] Property [ private $profile ] Property [ private $client_context_id ] + Property [ private $scope_name ] + Property [ private $scope_qualifier ] } - - Methods [16] { + - Methods [18] { Method [ public method timeout ] { - Parameters [1] { @@ -10595,6 +10679,22 @@ Extension [ extension #117 couchbase version 3.0.5 ] { } - Return [ Couchbase\QueryOptions ] } + + Method [ public method scopeName ] { + + - Parameters [1] { + Parameter #0 [ string $value ] + } + - Return [ Couchbase\QueryOptions ] + } + + Method [ public method scopeQualifier ] { + + - Parameters [1] { + Parameter #0 [ string $value ] + } + - Return [ Couchbase\QueryOptions ] + } } } -- cgit