summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-04 08:44:20 +0200
committerRemi Collet <remi@remirepo.net>2019-06-04 08:44:20 +0200
commit383f46afe55fc034a2073181c84395a1a2b1ef0f (patch)
tree6a9211133ac8ef40fe805f56be9875d910c27822 /REFLECTION
parent558944aa2eb0e39588bf65e0e9e5530c023a62f2 (diff)
- update to 1.6.0alpha2
- with libbson and libmongoc 1.14.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION31
1 files changed, 27 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index a54808f..3389786 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] {
+Extension [ <persistent> extension #197 mongodb version 1.6.0alpha2 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.6.0alpha1 }
+ Constant [ string MONGODB_VERSION ] { 1.6.0alpha2 }
Constant [ string MONGODB_STABILITY ] { alpha }
}
@@ -2160,7 +2160,7 @@ Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] {
}
}
- Interface [ <internal:mongodb> interface MongoDB\Driver\Exception\Exception ] {
+ Interface [ <internal:mongodb> interface MongoDB\Driver\Exception\Exception extends Throwable ] {
- Constants [0] {
}
@@ -2174,7 +2174,30 @@ Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] {
- Properties [0] {
}
- - Methods [0] {
+ - Methods [8] {
+ Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Throwable> abstract public method __toString ] {
+ }
}
}