From bb8cdd79f374d8fa3fa7e24697c02d2e5390b2d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Mar 2016 07:06:33 +0100 Subject: php-pecl-mongodb: 1.1.3 (stable) --- REFLECTION | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 56bb867..bad7955 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #131 mongodb version 1.1.2 ] { +Extension [ extension #131 mongodb version 1.1.3 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.2 } + Constant [ string MONGODB_VERSION ] { 1.1.3 } Constant [ string MONGODB_STABILITY ] { stable } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } @@ -479,21 +479,21 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } - Methods [6] { - Method [ public method __construct ] { + Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } - Method [ public method insert ] { + Method [ final public method insert ] { - Parameters [1] { Parameter #0 [ $document ] } } - Method [ public method update ] { + Method [ final public method update ] { - Parameters [3] { Parameter #0 [ $query ] @@ -502,7 +502,7 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } } - Method [ public method delete ] { + Method [ final public method delete ] { - Parameters [2] { Parameter #0 [ $query ] @@ -510,7 +510,7 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } } - Method [ public method count ] { + Method [ final public method count ] { - Parameters [0] { } @@ -1513,7 +1513,7 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } - Methods [4] { - Method [ public method __construct ] { + Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ $data ] @@ -1521,13 +1521,13 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } } - Method [ public method getData ] { + Method [ final public method getData ] { - Parameters [0] { } } - Method [ public method getType ] { + Method [ final public method getType ] { - Parameters [0] { } @@ -1621,14 +1621,14 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } - Methods [3] { - Method [ public method __construct ] { + Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ $id ] } } - Method [ public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } @@ -1654,7 +1654,7 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } - Methods [5] { - Method [ public method __construct ] { + Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ $pattern ] @@ -1662,19 +1662,19 @@ Extension [ extension #131 mongodb version 1.1.2 ] { } } - Method [ public method getPattern ] { + Method [ final public method getPattern ] { - Parameters [0] { } } - Method [ public method getFlags ] { + Method [ final public method getFlags ] { - Parameters [0] { } } - Method [ public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } -- cgit