diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-29 19:50:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-29 19:50:41 +0200 |
commit | 705d4b5ecc8d96e59f20e0f1273d715113902396 (patch) | |
tree | 2acd6128d01b3da4ac527431a09a235053890aad /REFLECTION | |
parent | 7f88cf05204887ac54feeec6ccfb03f711c3a816 (diff) |
php-pecl-couchbase2: 2.2.0beta4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 57 |
1 files changed, 42 insertions, 15 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { +Extension [ <persistent> extension #132 couchbase version 2.2.0beta4 ] { - Dependencies { Dependency [ json (Required) ] @@ -132,8 +132,8 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { } } - - Classes [6] { - Class [ <internal:couchbase> class CouchbaseException extends Exception ] { + - Classes [7] { + Class [ <internal:couchbase> class CouchbaseException extends Exception implements Throwable ] { - Constants [0] { } @@ -152,7 +152,7 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { } - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { Parameter #0 [ <optional> $message ] @@ -164,28 +164,28 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } @@ -201,11 +201,12 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> public $error ] Property [ <default> public $value ] Property [ <default> public $flags ] Property [ <default> public $cas ] + Property [ <default> public $token ] } - Methods [0] { @@ -223,10 +224,11 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ <default> public $error ] Property [ <default> public $cas ] Property [ <default> public $value ] + Property [ <default> public $token ] } - Methods [0] { @@ -299,7 +301,7 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { - Properties [0] { } - - Methods [22] { + - Methods [23] { Method [ <internal:couchbase, ctor> public method __construct ] { } @@ -342,6 +344,9 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { Method [ <internal:couchbase> public method http_request ] { } + Method [ <internal:couchbase> public method fts_request ] { + } + Method [ <internal:couchbase> public method subdoc_request ] { } @@ -367,6 +372,28 @@ Extension [ <persistent> extension #196 couchbase version 2.2.0beta3 ] { } } } + + Class [ <internal:couchbase> class CouchbaseMutationToken ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> public $bucket ] + Property [ <default> public $vbucketID ] + Property [ <default> public $vbucketUUID ] + Property [ <default> public $sequenceNumber ] + } + + - Methods [0] { + } + } } } |