summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-19 13:46:43 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-19 13:46:43 +0100
commit047c1ba402076bbbde47c0f261de92132bc56fd7 (patch)
treed1c8a729d3839f745eb057601a8d9a5f4db485e9 /REFLECTION
parent1dd83d338adf5b0667969cd4ccbb1cf7d5034af8 (diff)
php-pecl-mongo: 1.6.0RC3 (beta)
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION45
1 files changed, 37 insertions, 8 deletions
diff --git a/REFLECTION b/REFLECTION
index 95e0276..7831616 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
+Extension [ <persistent> extension #171 mongo version 1.6.0RC3 ] {
- Dependencies {
Dependency [ openssl (Optional) ]
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.0RC1 }
+ Constant [ string VERSION ] { 1.6.0RC3 }
Constant [ string RP_PRIMARY ] { primary }
Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }
Constant [ string RP_SECONDARY ] { secondary }
@@ -213,7 +213,7 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.0RC1 }
+ Constant [ string VERSION ] { 1.6.0RC3 }
Constant [ string RP_PRIMARY ] { primary }
Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }
Constant [ string RP_SECONDARY ] { secondary }
@@ -437,7 +437,7 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
Property [ <default> public $wtimeout ]
}
- - Methods [28] {
+ - Methods [29] {
Method [ <internal:mongo, ctor> public method __construct ] {
- Parameters [2] {
@@ -569,6 +569,13 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
}
}
+ Method [ <internal:mongo> public method getCollectionInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $includeSystemCollections ]
+ }
+ }
+
Method [ <internal:mongo> public method createDBRef ] {
- Parameters [2] {
@@ -914,7 +921,7 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
- Properties [0] {
}
- - Methods [8] {
+ - Methods [9] {
Method [ <internal:mongo> abstract public method batchSize ] {
- Parameters [1] {
@@ -934,6 +941,13 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
}
}
+ Method [ <internal:mongo> abstract public method timeout ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeoutMS ]
+ }
+ }
+
Method [ <internal:Core, inherits Iterator> abstract public method current ] {
}
@@ -1116,7 +1130,11 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
}
}
- Method [ <internal:mongo> public method timeout ] {
+ Method [ <internal:mongo, prototype MongoCursorInterface> public method timeout ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeoutMS ]
+ }
}
Method [ <internal, deprecated:mongo> final protected method doQuery ] {
@@ -1204,7 +1222,7 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
- Properties [0] {
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal:mongo, ctor> public method __construct ] {
- Parameters [3] {
@@ -1221,6 +1239,13 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
}
}
+ Method [ <internal:mongo, prototype MongoCursorInterface> public method timeout ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeoutMS ]
+ }
+ }
+
Method [ <internal:mongo, prototype MongoCursorInterface> public method info ] {
- Parameters [0] {
@@ -1751,7 +1776,11 @@ Extension [ <persistent> extension #171 mongo version 1.6.0RC1 ] {
}
}
- Method [ <internal:mongo, inherits MongoCursor> public method timeout ] {
+ Method [ <internal:mongo, inherits MongoCursor, prototype MongoCursorInterface> public method timeout ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeoutMS ]
+ }
}
Method [ <internal, deprecated:mongo, inherits MongoCursor> final protected method doQuery ] {