summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-06 09:23:34 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-06 09:23:34 +0200
commit9c283b369ac8620863b5bf67f58137795be3adc2 (patch)
treeaf83af0e0abe2a01ea4a45ac5419d3e70464c40c /REFLECTION
parent526976513471273c3758151f5213844712a6b5f9 (diff)
php-pecl-mongodb: dupliacte our spec
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION45
1 files changed, 37 insertions, 8 deletions
diff --git a/REFLECTION b/REFLECTION
index 1e56450..e5b56d4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] {
+Extension [ <persistent> extension #126 mongodb version 1.0.0beta2 ] {
- INI {
Entry [ mongodb.debug <ALL> ]
@@ -7,7 +7,7 @@ Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] {
}
- Constants [3] {
- Constant [ string MONGODB_VERSION ] { 1.0.0beta1 }
+ Constant [ string MONGODB_VERSION ] { 1.0.0beta2 }
Constant [ string MONGODB_STABILITY ] { beta }
Constant [ string BSON_NAMESPACE ] { MongoDB\BSON }
}
@@ -308,14 +308,26 @@ Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] {
- Properties [0] {
}
- - Methods [1] {
+ - Methods [3] {
Method [ <internal:mongodb, ctor> final public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <required> $readPreference ]
+ Parameter #0 [ <required> $mode ]
Parameter #1 [ <optional> array or NULL $tagSets ]
}
}
+
+ Method [ <internal:mongodb> final public method getMode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTagSets ] {
+
+ - Parameters [0] {
+ }
+ }
}
}
@@ -516,14 +528,31 @@ Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] {
- Properties [0] {
}
- - Methods [1] {
+ - Methods [4] {
Method [ <internal:mongodb, ctor> final public method __construct ] {
- - Parameters [4] {
- Parameter #0 [ <required> $wstring ]
+ - Parameters [3] {
+ Parameter #0 [ <required> $w ]
Parameter #1 [ <optional> $wtimeout ]
Parameter #2 [ <optional> $journal ]
- Parameter #3 [ <optional> $fsync ]
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getW ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getWtimeout ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getJournal ] {
+
+ - Parameters [0] {
}
}
}