diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-11 08:02:42 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-11 08:02:42 +0100 |
commit | 3bc9a48545bfaa6fccf4ce7914e87708b8cf7745 (patch) | |
tree | f94b54ab7c4f8172afd359112c0217f4e3cf3bd7 /REFLECTION | |
parent | ac35bf9e4a1d04b4fec70ea2c13fbe898fbccfb3 (diff) |
update to 1.9.0RC1 (beta)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 45 |
1 files changed, 38 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { +Extension [ <persistent> extension #113 mongodb version 1.9.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.8.2 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 1.9.0RC1 } + Constant [ string MONGODB_STABILITY ] { beta } } - Functions { @@ -888,7 +888,7 @@ Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { - Parameters [2] { Parameter #0 [ <required> $pattern ] - Parameter #1 [ <required> $flags ] + Parameter #1 [ <optional> $flags ] } } @@ -1335,8 +1335,9 @@ Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { - Methods [2] { Method [ <internal:mongodb, ctor> final public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $document ] + Parameter #1 [ <optional> array or NULL $options ] } } @@ -1348,7 +1349,7 @@ Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { } } - Class [ <internal:mongodb> <iterateable> final class MongoDB\Driver\Cursor implements MongoDB\Driver\CursorInterface, Traversable ] { + Class [ <internal:mongodb> <iterateable> final class MongoDB\Driver\Cursor implements Iterator, Traversable, MongoDB\Driver\CursorInterface ] { - Constants [0] { } @@ -1362,7 +1363,7 @@ Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { - Properties [0] { } - - Methods [7] { + - Methods [12] { Method [ <internal:mongodb, prototype MongoDB\Driver\CursorInterface> final public method setTypeMap ] { - Parameters [1] { @@ -1394,6 +1395,36 @@ Extension [ <persistent> extension #113 mongodb version 1.8.2 ] { } } + Method [ <internal:mongodb, prototype Iterator> public method current ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb, prototype Iterator> public method key ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb, prototype Iterator> public method next ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb, prototype Iterator> public method valid ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb, prototype Iterator> public method rewind ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { |