diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 45 |
1 files changed, 37 insertions, 8 deletions
@@ -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 ] { |