From 705d4b5ecc8d96e59f20e0f1273d715113902396 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 19:50:41 +0200 Subject: php-pecl-couchbase2: 2.2.0beta4 --- REFLECTION | 57 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8a58a6e..345ff89 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #196 couchbase version 2.2.0beta3 ] { +Extension [ extension #132 couchbase version 2.2.0beta4 ] { - Dependencies { Dependency [ json (Required) ] @@ -132,8 +132,8 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { } } - - Classes [6] { - Class [ class CouchbaseException extends Exception ] { + - Classes [7] { + Class [ class CouchbaseException extends Exception implements Throwable ] { - Constants [0] { } @@ -152,7 +152,7 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -164,28 +164,28 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -201,11 +201,12 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ public $error ] Property [ public $value ] Property [ public $flags ] Property [ public $cas ] + Property [ public $token ] } - Methods [0] { @@ -223,10 +224,11 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ public $error ] Property [ public $cas ] Property [ public $value ] + Property [ public $token ] } - Methods [0] { @@ -299,7 +301,7 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { - Properties [0] { } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { } @@ -342,6 +344,9 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { Method [ public method http_request ] { } + Method [ public method fts_request ] { + } + Method [ public method subdoc_request ] { } @@ -367,6 +372,28 @@ Extension [ extension #196 couchbase version 2.2.0beta3 ] { } } } + + Class [ class CouchbaseMutationToken ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $bucket ] + Property [ public $vbucketID ] + Property [ public $vbucketUUID ] + Property [ public $sequenceNumber ] + } + + - Methods [0] { + } + } } } -- cgit