From 49c4aac3d42a13c3d7d9188736e633bc99671bf5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 6 Oct 2018 07:02:38 +0200 Subject: update to 2.6.0 raise dependency on libcouchbase 2.9.5 --- REFLECTION | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 127 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 496e2d8..61b749d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #183 couchbase version 2.5.0 ] { +Extension [ extension #182 couchbase version 2.6.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -332,7 +332,7 @@ Extension [ extension #183 couchbase version 2.5.0 ] { } } - - Classes [54] { + - Classes [55] { Class [ class Couchbase\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1053,7 +1053,7 @@ Extension [ extension #183 couchbase version 2.5.0 ] { - Properties [0] { } - - Methods [14] { + - Methods [15] { Method [ final private method __construct ] { - Parameters [0] { @@ -1157,6 +1157,12 @@ Extension [ extension #183 couchbase version 2.5.0 ] { Parameter #2 [ $defer ] } } + + Method [ public method searchIndexManager ] { + + - Parameters [0] { + } + } } } @@ -1663,12 +1669,34 @@ Extension [ extension #183 couchbase version 2.5.0 ] { Property [ public $options ] } - - Methods [1] { + - Methods [4] { Method [ final private method __construct ] { - Parameters [0] { } } + + Method [ public method positionalParams ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method namedParams ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method rawParam ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } } } @@ -1699,7 +1727,7 @@ Extension [ extension #183 couchbase version 2.5.0 ] { Property [ public $options ] } - - Methods [13] { + - Methods [14] { Method [ final private method __construct ] { - Parameters [0] { @@ -1789,6 +1817,14 @@ Extension [ extension #183 couchbase version 2.5.0 ] { Parameter #0 [ $readonly ] } } + + Method [ public method rawParam ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } } } @@ -2275,7 +2311,7 @@ Extension [ extension #183 couchbase version 2.5.0 ] { - Parameters [2] { Parameter #0 [ $style ] - Parameter #1 [ ...$(fields) ] + Parameter #1 [ ...$(fields) ] } } @@ -3782,6 +3818,91 @@ Extension [ extension #183 couchbase version 2.5.0 ] { } } } + + Class [ class Couchbase\SearchIndexManager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method listIndexes ] { + + - Parameters [0] { + } + } + + Method [ public method getIndex ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method createIndex ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $indexDefinition ] + } + } + + Method [ public method deleteIndex ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getIndexedDocumentsCount ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method listIndexDefinitions ] { + + - Parameters [0] { + } + } + + Method [ public method listIndexDefinition ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getIndexDefinition ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getIndexedDocumentCount ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + } + } } } -- cgit