summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-16 08:31:56 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-16 08:31:56 +0100
commitc46ec36ee493ac281de79e4116436d5ce7d6578b (patch)
tree7029e0865fb906ce503a68b325481fe00c567625 /REFLECTION
parent1dbd88ab22a53bf0534f747b25795a03c5091307 (diff)
php-pecl-mongodb: 1.1.0 (php 5, stable)
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION48
1 files changed, 43 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 6fe8582..434bce5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 mongodb version 1.0.1 ] {
+Extension [ <persistent> extension #130 mongodb version 1.1.0 ] {
- INI {
Entry [ mongodb.debug <ALL> ]
@@ -7,7 +7,7 @@ Extension [ <persistent> extension #126 mongodb version 1.0.1 ] {
}
- Constants [3] {
- Constant [ string MONGODB_VERSION ] { 1.0.1 }
+ Constant [ string MONGODB_VERSION ] { 1.1.0 }
Constant [ string MONGODB_STABILITY ] { stable }
Constant [ string BSON_NAMESPACE ] { MongoDB\BSON }
}
@@ -39,7 +39,7 @@ Extension [ <persistent> extension #126 mongodb version 1.0.1 ] {
}
}
- - Classes [36] {
+ - Classes [37] {
Class [ <internal:mongodb> final class MongoDB\Driver\Command ] {
- Constants [0] {
@@ -164,11 +164,11 @@ Extension [ <persistent> extension #126 mongodb version 1.0.1 ] {
- Properties [0] {
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:mongodb, ctor> final public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <optional> $uri ]
Parameter #1 [ <optional> array $options ]
Parameter #2 [ <optional> array $driverOptions ]
}
@@ -201,6 +201,12 @@ Extension [ <persistent> extension #126 mongodb version 1.0.1 ] {
}
}
+ Method [ <internal:mongodb> final public method getReadConcern ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:mongodb> final public method getReadPreference ] {
- Parameters [0] {
@@ -259,6 +265,38 @@ Extension [ <persistent> extension #126 mongodb version 1.0.1 ] {
}
}
+ Class [ <internal:mongodb> final class MongoDB\Driver\ReadConcern ] {
+
+ - Constants [2] {
+ Constant [ string LOCAL ] { local }
+ Constant [ string MAJORITY ] { majority }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:mongodb, ctor> final public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $level ]
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getLevel ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
Class [ <internal:mongodb> final class MongoDB\Driver\ReadPreference ] {
- Constants [5] {