From c46ec36ee493ac281de79e4116436d5ce7d6578b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Dec 2015 08:31:56 +0100 Subject: php-pecl-mongodb: 1.1.0 (php 5, stable) --- REFLECTION | 48 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6fe8582..434bce5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 mongodb version 1.0.1 ] { +Extension [ extension #130 mongodb version 1.1.0 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #126 mongodb version 1.0.1 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.0.1 } + Constant [ string MONGODB_VERSION ] { 1.1.0 } Constant [ string MONGODB_STABILITY ] { stable } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } @@ -39,7 +39,7 @@ Extension [ extension #126 mongodb version 1.0.1 ] { } } - - Classes [36] { + - Classes [37] { Class [ final class MongoDB\Driver\Command ] { - Constants [0] { @@ -164,11 +164,11 @@ Extension [ extension #126 mongodb version 1.0.1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ final public method __construct ] { - Parameters [3] { - Parameter #0 [ $uri ] + Parameter #0 [ $uri ] Parameter #1 [ array $options ] Parameter #2 [ array $driverOptions ] } @@ -201,6 +201,12 @@ Extension [ extension #126 mongodb version 1.0.1 ] { } } + Method [ final public method getReadConcern ] { + + - Parameters [0] { + } + } + Method [ final public method getReadPreference ] { - Parameters [0] { @@ -259,6 +265,38 @@ Extension [ extension #126 mongodb version 1.0.1 ] { } } + Class [ final class MongoDB\Driver\ReadConcern ] { + + - Constants [2] { + Constant [ string LOCAL ] { local } + Constant [ string MAJORITY ] { majority } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ final public method getLevel ] { + + - Parameters [0] { + } + } + } + } + Class [ final class MongoDB\Driver\ReadPreference ] { - Constants [5] { -- cgit