diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-02 18:43:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-02 18:43:10 +0200 |
commit | dcb4439c1c98552cf57119f3fc8349dcd89e9b91 (patch) | |
tree | 679ebf0e71a2cf320a29a5e52ca9c753315639a1 /REFLECTION | |
parent | 62ab7c51c3956c032dd28b106c59faf813fa8d98 (diff) |
1.6.0RC1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] { +Extension [ <persistent> extension #194 mongodb version 1.6.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> 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 [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ <internal:mongodb> final public method abortTransaction ] { - Parameters [0] { @@ -1881,6 +1881,12 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] { } } + Method [ <internal:mongodb> final public method getServer ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method isInTransaction ] { - Parameters [0] { @@ -1890,7 +1896,7 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0alpha3 ] { Method [ <internal:mongodb> final public method startTransaction ] { - Parameters [1] { - Parameter #0 [ <optional> $options ] + Parameter #0 [ <optional> array or NULL $options ] } } |