diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-02 16:39:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-02 16:39:44 +0200 |
commit | 1712715b2cba6152540e6eab93004ebd00f9398f (patch) | |
tree | 09f77dd1b5b25e9316196fb71ea2f86faa7ac0cb /REFLECTION | |
parent | 0eeb628fe4f54017babeb51f5e125a23edd7613b (diff) |
v2.3.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 47 |
1 files changed, 43 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #164 couchbase version 2.3.1 ] { +Extension [ <persistent> extension #165 couchbase version 2.3.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -317,7 +317,7 @@ Extension [ <persistent> extension #164 couchbase version 2.3.1 ] { } } - - Classes [42] { + - Classes [43] { Class [ <internal:couchbase> class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1040,6 +1040,43 @@ Extension [ <persistent> extension #164 couchbase version 2.3.1 ] { } } + Class [ <internal:couchbase> final class Couchbase\PasswordAuthenticator implements Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:couchbase, ctor> final public method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:couchbase> final public method username ] { + + - Parameters [1] { + Parameter #0 [ <required> $username ] + } + } + + Method [ <internal:couchbase> final public method password ] { + + - Parameters [1] { + Parameter #0 [ <required> $password ] + } + } + } + } + Class [ <internal:couchbase> final class Couchbase\MutationToken ] { - Constants [0] { @@ -1574,15 +1611,17 @@ Extension [ <persistent> extension #164 couchbase version 2.3.1 ] { Method [ <internal:couchbase> final public method get ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $options ] } } Method [ <internal:couchbase> final public method exists ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $options ] } } |