From 3bc9a48545bfaa6fccf4ce7914e87708b8cf7745 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Nov 2020 08:02:42 +0100 Subject: update to 1.9.0RC1 (beta) --- REFLECTION | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2c1042b..65bfdd2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 mongodb version 1.8.2 ] { +Extension [ extension #113 mongodb version 1.9.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ 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 [ extension #113 mongodb version 1.8.2 ] { - Parameters [2] { Parameter #0 [ $pattern ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags ] } } @@ -1335,8 +1335,9 @@ Extension [ extension #113 mongodb version 1.8.2 ] { - Methods [2] { Method [ final public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $document ] + Parameter #1 [ array or NULL $options ] } } @@ -1348,7 +1349,7 @@ Extension [ extension #113 mongodb version 1.8.2 ] { } } - Class [ final class MongoDB\Driver\Cursor implements MongoDB\Driver\CursorInterface, Traversable ] { + Class [ final class MongoDB\Driver\Cursor implements Iterator, Traversable, MongoDB\Driver\CursorInterface ] { - Constants [0] { } @@ -1362,7 +1363,7 @@ Extension [ extension #113 mongodb version 1.8.2 ] { - Properties [0] { } - - Methods [7] { + - Methods [12] { Method [ final public method setTypeMap ] { - Parameters [1] { @@ -1394,6 +1395,36 @@ Extension [ extension #113 mongodb version 1.8.2 ] { } } + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + Method [ final private method __construct ] { - Parameters [0] { -- cgit