summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION63
1 files changed, 41 insertions, 22 deletions
diff --git a/REFLECTION b/REFLECTION
index 64f7868..39f1cbf 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
+Extension [ <persistent> extension #177 couchbase version 2.4.3 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -483,8 +483,8 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\ClusterManager ] {
- Constants [2] {
- Constant [ integer RBAC_DOMAIN_LOCAL ] { 1 }
- Constant [ integer RBAC_DOMAIN_EXTERNAL ] { 2 }
+ Constant [ public integer RBAC_DOMAIN_LOCAL ] { 1 }
+ Constant [ public integer RBAC_DOMAIN_EXTERNAL ] { 2 }
}
- Static properties [0] {
@@ -611,7 +611,11 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\Bucket ] {
- - Constants [0] {
+ - Constants [4] {
+ Constant [ public integer PINGSVC_KV ] { 1 }
+ Constant [ public integer PINGSVC_N1QL ] { 2 }
+ Constant [ public integer PINGSVC_VIEWS ] { 4 }
+ Constant [ public integer PINGSVC_FTS ] { 8 }
}
- Static properties [0] {
@@ -623,7 +627,7 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
- Properties [0] {
}
- - Methods [41] {
+ - Methods [43] {
Method [ <internal:couchbase, ctor> final private method __construct ] {
- Parameters [0] {
@@ -951,6 +955,21 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Parameter #0 [ <required> $id ]
}
}
+
+ Method [ <internal:couchbase> public method ping ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $services ]
+ Parameter #1 [ <required> $reportId ]
+ }
+ }
+
+ Method [ <internal:couchbase> public method diag ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $reportId ]
+ }
+ }
}
}
@@ -1287,11 +1306,11 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\ViewQuery implements Couchbase\ViewQueryEncodable ] {
- Constants [5] {
- Constant [ integer UPDATE_BEFORE ] { 1 }
- Constant [ integer UPDATE_NONE ] { 2 }
- Constant [ integer UPDATE_AFTER ] { 3 }
- Constant [ integer ORDER_ASCENDING ] { 1 }
- Constant [ integer ORDER_DESCENDING ] { 2 }
+ Constant [ public integer UPDATE_BEFORE ] { 1 }
+ Constant [ public integer UPDATE_NONE ] { 2 }
+ Constant [ public integer UPDATE_AFTER ] { 3 }
+ Constant [ public integer ORDER_ASCENDING ] { 1 }
+ Constant [ public integer ORDER_DESCENDING ] { 2 }
}
- Static properties [0] {
@@ -1567,9 +1586,9 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\N1qlQuery ] {
- Constants [3] {
- Constant [ integer NOT_BOUNDED ] { 1 }
- Constant [ integer REQUEST_PLUS ] { 2 }
- Constant [ integer STATEMENT_PLUS ] { 3 }
+ Constant [ public integer NOT_BOUNDED ] { 1 }
+ Constant [ public integer REQUEST_PLUS ] { 2 }
+ Constant [ public integer STATEMENT_PLUS ] { 3 }
}
- Static properties [0] {
@@ -1677,9 +1696,9 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\N1qlIndex ] {
- Constants [3] {
- Constant [ integer VIEW ] { 2 }
- Constant [ integer GSI ] { 1 }
- Constant [ integer UNSPECIFIED ] { 0 }
+ Constant [ public integer VIEW ] { 2 }
+ Constant [ public integer GSI ] { 1 }
+ Constant [ public integer UNSPECIFIED ] { 0 }
}
- Static properties [0] {
@@ -1764,9 +1783,9 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\MutateInBuilder ] {
- Constants [3] {
- Constant [ integer FULLDOC_REPLACE ] { 1 }
- Constant [ integer FULLDOC_INSERT ] { 2 }
- Constant [ integer FULLDOC_UPSERT ] { 3 }
+ Constant [ public integer FULLDOC_REPLACE ] { 1 }
+ Constant [ public integer FULLDOC_INSERT ] { 2 }
+ Constant [ public integer FULLDOC_UPSERT ] { 3 }
}
- Static properties [0] {
@@ -1913,9 +1932,9 @@ Extension [ <persistent> extension #176 couchbase version 2.4.2 ] {
Class [ <internal:couchbase> class Couchbase\SearchQuery implements JsonSerializable ] {
- Constants [3] {
- Constant [ string HIGHLIGHT_HTML ] { html }
- Constant [ string HIGHLIGHT_ANSI ] { ansi }
- Constant [ string HIGHLIGHT_SIMPLE ] { simple }
+ Constant [ public string HIGHLIGHT_HTML ] { html }
+ Constant [ public string HIGHLIGHT_ANSI ] { ansi }
+ Constant [ public string HIGHLIGHT_SIMPLE ] { simple }
}
- Static properties [0] {