summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION60
1 files changed, 56 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 361b86e..ddb1f13 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 mongodb version 1.9.1 ] {
+Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,8 +14,8 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.9.1 }
- Constant [ string MONGODB_STABILITY ] { stable }
+ Constant [ string MONGODB_VERSION ] { 1.10.0alpha1 }
+ Constant [ string MONGODB_STABILITY ] { alpha }
}
- Functions {
@@ -70,7 +70,7 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] {
}
}
- - Classes [62] {
+ - Classes [63] {
Interface [ <internal:mongodb> interface MongoDB\BSON\Type ] {
- Constants [0] {
@@ -1965,6 +1965,58 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] {
}
}
+ Class [ <internal:mongodb> final class MongoDB\Driver\ServerApi implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] {
+
+ - Constants [1] {
+ Constant [ public string V1 ] { 1 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:mongodb> static public method __set_state ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $properties ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:mongodb, ctor> final public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $version ]
+ Parameter #1 [ <optional> bool or NULL $strict ]
+ Parameter #2 [ <optional> bool or NULL $deprecationErrors ]
+ }
+ }
+
+ Method [ <internal:mongodb, prototype MongoDB\BSON\Serializable> final public method bsonSerialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb, prototype Serializable> final public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb, prototype Serializable> final public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+ }
+ }
+
Class [ <internal:mongodb> final class MongoDB\Driver\Session ] {
- Constants [5] {