From 299b0b3dea3f52df0bf811be48953ed7c6ac9dfa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Nov 2016 17:47:43 +0100 Subject: php-pecl-mongodb: 1.2.0 --- REFLECTION-DEV | 109 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 86 insertions(+), 23 deletions(-) (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 4711f10..5e99dd6 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,11 @@ -Extension [ extension #147 mongodb version 1.2.0alpha3 ] { +Extension [ extension #155 mongodb version 1.2.0 ] { + + - Dependencies { + Dependency [ date (Required) ] + Dependency [ json (Required) ] + Dependency [ spl (Required) ] + Dependency [ standard (Required) ] + } - INI { Entry [ mongodb.debug ] @@ -7,8 +14,8 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.2.0alpha3 } - Constant [ string MONGODB_STABILITY ] { alpha } + Constant [ string MONGODB_VERSION ] { 1.2.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { @@ -134,7 +141,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\Binary implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Binary implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [7] { Constant [ integer TYPE_GENERIC ] { 0 } @@ -161,7 +168,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ final public method __construct ] { - Parameters [2] { @@ -176,6 +183,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -203,7 +216,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\Decimal128 implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Decimal128 implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -223,7 +236,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ final public method __construct ] { - Parameters [1] { @@ -237,6 +250,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -252,7 +271,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Javascript implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -272,7 +291,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ final public method __construct ] { - Parameters [2] { @@ -287,6 +306,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -314,7 +339,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\MaxKey implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\MaxKey implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -334,7 +359,13 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [2] { + - Methods [3] { + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -350,7 +381,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\MinKey implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\MinKey implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -370,7 +401,13 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [2] { + - Methods [3] { + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -386,7 +423,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\ObjectID implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\ObjectID implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -406,7 +443,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ final public method __construct ] { - Parameters [1] { @@ -426,6 +463,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -441,7 +484,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\Type, Serializable, JsonSerializable ] { - Constants [0] { } @@ -461,7 +504,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ final public method __construct ] { - Parameters [2] { @@ -476,6 +519,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -503,7 +552,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\Timestamp implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Timestamp implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -523,7 +572,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ final public method __construct ] { - Parameters [2] { @@ -538,6 +587,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -553,7 +608,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Class [ final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\UTCDateTime implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -573,7 +628,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ final public method __construct ] { - Parameters [1] { @@ -587,6 +642,12 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + Method [ final public method serialize ] { - Parameters [0] { @@ -895,12 +956,14 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { Class [ final class MongoDB\Driver\ReadPreference implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { - - Constants [5] { + - Constants [7] { Constant [ integer RP_PRIMARY ] { 1 } Constant [ integer RP_PRIMARY_PREFERRED ] { 5 } Constant [ integer RP_SECONDARY ] { 2 } Constant [ integer RP_SECONDARY_PREFERRED ] { 6 } Constant [ integer RP_NEAREST ] { 10 } + Constant [ integer NO_MAX_STALENESS ] { -1 } + Constant [ integer SMALLEST_MAX_STALENESS_SECONDS ] { 90 } } - Static properties [0] { @@ -922,7 +985,7 @@ Extension [ extension #147 mongodb version 1.2.0alpha3 ] { } } - Method [ final public method getMaxStalenessMS ] { + Method [ final public method getMaxStalenessSeconds ] { - Parameters [0] { } -- cgit