From 1712715b2cba6152540e6eab93004ebd00f9398f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 May 2017 16:39:44 +0200 Subject: v2.3.2 --- REFLECTION | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index d4a4da8..5abd171 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #164 couchbase version 2.3.1 ] { +Extension [ extension #165 couchbase version 2.3.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -317,7 +317,7 @@ Extension [ extension #164 couchbase version 2.3.1 ] { } } - - Classes [42] { + - Classes [43] { Class [ class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1040,6 +1040,43 @@ Extension [ extension #164 couchbase version 2.3.1 ] { } } + Class [ final class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final public method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method username ] { + + - Parameters [1] { + Parameter #0 [ $username ] + } + } + + Method [ final public method password ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + } + } + Class [ final class Couchbase\MutationToken ] { - Constants [0] { @@ -1574,15 +1611,17 @@ Extension [ extension #164 couchbase version 2.3.1 ] { Method [ final public method get ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $path ] + Parameter #1 [ $options ] } } Method [ final public method exists ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $path ] + Parameter #1 [ $options ] } } -- cgit