From 24907feb87a8bdf1a9811a16be1f9b5049fb1126 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Jun 2018 07:07:52 +0200 Subject: update to 2.4.7 raise dependency on libcouchbase 2.9.0 --- REFLECTION | 70 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c283387..bb4f678 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #182 couchbase version 2.4.6 ] { +Extension [ extension #183 couchbase version 2.4.7 ] { - Dependencies { Dependency [ json (Required) ] @@ -637,7 +637,7 @@ Extension [ extension #182 couchbase version 2.4.6 ] { - Properties [0] { } - - Methods [48] { + - Methods [50] { Method [ final private method __construct ] { - Parameters [0] { @@ -1002,7 +1002,7 @@ Extension [ extension #182 couchbase version 2.4.6 ] { } } - Method [ public method encryptDocument ] { + Method [ public method encryptFields ] { - Parameters [3] { Parameter #0 [ $document ] @@ -1011,7 +1011,25 @@ Extension [ extension #182 couchbase version 2.4.6 ] { } } - Method [ public method decryptDocument ] { + Method [ public method decryptFields ] { + + - Parameters [3] { + Parameter #0 [ $document ] + Parameter #1 [ array $options ] + Parameter #2 [ string $prefix ] + } + } + + Method [ public method encryptDocument ] { + + - Parameters [3] { + Parameter #0 [ $document ] + Parameter #1 [ array $options ] + Parameter #2 [ string $prefix ] + } + } + + Method [ public method decryptDocument ] { - Parameters [2] { Parameter #0 [ $document ] @@ -1633,10 +1651,13 @@ Extension [ extension #182 couchbase version 2.4.6 ] { Class [ class Couchbase\N1qlQuery ] { - - Constants [3] { + - Constants [6] { Constant [ public integer NOT_BOUNDED ] { 1 } Constant [ public integer REQUEST_PLUS ] { 2 } Constant [ public integer STATEMENT_PLUS ] { 3 } + Constant [ public string PROFILE_NONE ] { off } + Constant [ public string PROFILE_PHASES ] { phases } + Constant [ public string PROFILE_TIMINGS ] { timings } } - Static properties [0] { @@ -1655,7 +1676,7 @@ Extension [ extension #182 couchbase version 2.4.6 ] { Property [ public $options ] } - - Methods [12] { + - Methods [13] { Method [ final private method __construct ] { - Parameters [0] { @@ -1697,6 +1718,13 @@ Extension [ extension #182 couchbase version 2.4.6 ] { } } + Method [ public method profile ] { + + - Parameters [1] { + Parameter #0 [ $profileType ] + } + } + Method [ public method consistentWith ] { - Parameters [1] { @@ -3678,30 +3706,26 @@ Extension [ extension #182 couchbase version 2.4.6 ] { - Properties [0] { } - - Methods [6] { - Method [ abstract public method loadKey ] { + - Methods [7] { + Method [ abstract public method encrypt ] { - Parameters [2] { - Parameter #0 [ integer $keyType ] - Parameter #1 [ string $keyId ] + Parameter #0 [ string $bytes ] + Parameter #1 [ string $iv ] } } - Method [ abstract public method encrypt ] { + Method [ abstract public method decrypt ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $bytes ] - Parameter #1 [ string $key ] - Parameter #2 [ string $iv ] + Parameter #1 [ string $iv ] } } - Method [ abstract public method decrypt ] { + Method [ public method getKeyId ] { - - Parameters [3] { - Parameter #0 [ string $bytes ] - Parameter #1 [ string $key ] - Parameter #2 [ string $iv ] + - Parameters [0] { } } @@ -3725,6 +3749,14 @@ Extension [ extension #182 couchbase version 2.4.6 ] { Parameter #1 [ string $signature ] } } + + Method [ public method loadKey ] { + + - Parameters [2] { + Parameter #0 [ integer $keyType ] + Parameter #1 [ string $keyId ] + } + } } } } -- cgit