diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-09 14:54:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-09 14:54:05 +0200 |
commit | 3e8c1ef24c2258f298c31b83695ac252d8a4b67a (patch) | |
tree | 5b3c7a47e2c2bfa13c6500fc0357608896623fac /REFLECTION | |
parent | 15c48d81f599f61d1dff494ce13bbf38be41016d (diff) |
update to 1.10.0alpha1
with libbson and libmongoc 1.18.0alpha
with libmongocrypt 1.2.1dev
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 60 |
1 files changed, 56 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 mongodb version 1.9.1 ] { +Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.9.1 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 1.10.0alpha1 } + Constant [ string MONGODB_STABILITY ] { alpha } } - Functions { @@ -70,7 +70,7 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] { } } - - Classes [62] { + - Classes [63] { Interface [ <internal:mongodb> interface MongoDB\BSON\Type ] { - Constants [0] { @@ -1965,6 +1965,58 @@ Extension [ <persistent> extension #115 mongodb version 1.9.1 ] { } } + Class [ <internal:mongodb> final class MongoDB\Driver\ServerApi implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] { + + - Constants [1] { + Constant [ public string V1 ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:mongodb> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $properties ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:mongodb, ctor> final public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> string $version ] + Parameter #1 [ <optional> bool or NULL $strict ] + Parameter #2 [ <optional> bool or NULL $deprecationErrors ] + } + } + + Method [ <internal:mongodb, prototype MongoDB\BSON\Serializable> final public method bsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb, prototype Serializable> final public method serialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb, prototype Serializable> final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + } + } + Class [ <internal:mongodb> final class MongoDB\Driver\Session ] { - Constants [5] { |