diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-05 13:54:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-05 13:54:10 +0200 |
commit | 6095b371d8662bd24c1e1c6027df82ad087888a1 (patch) | |
tree | 5693da991ff3fc800b70fb41f489b995a78ab903 /REFLECTION | |
parent | c0f5788314a8f37a0883da7d3e1d691bed832665 (diff) |
update to 2.5.0
raise dependency on libcouchbase 2.9.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 27 |
1 files changed, 25 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #183 couchbase version 2.4.7 ] { +Extension [ <persistent> extension #183 couchbase version 2.5.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -332,7 +332,7 @@ Extension [ <persistent> extension #183 couchbase version 2.4.7 ] { } } - - Classes [53] { + - Classes [54] { Class [ <internal:couchbase> class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1178,6 +1178,29 @@ Extension [ <persistent> extension #183 couchbase version 2.4.7 ] { } } + Class [ <internal:couchbase> class Couchbase\CertAuthenticator implements Couchbase\Authenticator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:couchbase, ctor> public method __construct ] { + + - Parameters [0] { + } + } + } + } + Class [ <internal:couchbase> class Couchbase\ClassicAuthenticator implements Couchbase\Authenticator ] { - Constants [0] { |