From dcb4439c1c98552cf57119f3fc8349dcd89e9b91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Sep 2019 18:43:10 +0200 Subject: 1.6.0RC1 --- REFLECTION | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f88d056..3b821cb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #194 mongodb version 1.6.0alpha3 ] { +Extension [ extension #194 mongodb version 1.6.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #194 mongodb version 1.6.0alpha3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.6.0alpha3 } - Constant [ string MONGODB_STABILITY ] { alpha } + Constant [ string MONGODB_VERSION ] { 1.6.0RC1 } + Constant [ string MONGODB_STABILITY ] { beta } } - Functions { @@ -1830,7 +1830,7 @@ Extension [ extension #194 mongodb version 1.6.0alpha3 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ final public method abortTransaction ] { - Parameters [0] { @@ -1881,6 +1881,12 @@ Extension [ extension #194 mongodb version 1.6.0alpha3 ] { } } + Method [ final public method getServer ] { + + - Parameters [0] { + } + } + Method [ final public method isInTransaction ] { - Parameters [0] { @@ -1890,7 +1896,7 @@ Extension [ extension #194 mongodb version 1.6.0alpha3 ] { Method [ final public method startTransaction ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } -- cgit