diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-05 07:06:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-05 07:06:33 +0100 |
commit | bb8cdd79f374d8fa3fa7e24697c02d2e5390b2d3 (patch) | |
tree | e98f94613c3d25d2cab3f2257dd3b18c96b93d83 /REFLECTION | |
parent | 5871a3676c0fefea23e0d2c766f3cb659115420a (diff) |
php-pecl-mongodb: 1.1.3 (stable)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { +Extension [ <persistent> extension #131 mongodb version 1.1.3 ] { - INI { Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> 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 [ <persistent> extension #131 mongodb version 1.1.2 ] { } - Methods [6] { - Method [ <internal:mongodb, ctor> public method __construct ] { + Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [1] { Parameter #0 [ <optional> array or NULL $options ] } } - Method [ <internal:mongodb> public method insert ] { + Method [ <internal:mongodb> final public method insert ] { - Parameters [1] { Parameter #0 [ <required> $document ] } } - Method [ <internal:mongodb> public method update ] { + Method [ <internal:mongodb> final public method update ] { - Parameters [3] { Parameter #0 [ <required> $query ] @@ -502,7 +502,7 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } } - Method [ <internal:mongodb> public method delete ] { + Method [ <internal:mongodb> final public method delete ] { - Parameters [2] { Parameter #0 [ <required> $query ] @@ -510,7 +510,7 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } } - Method [ <internal:mongodb, prototype Countable> public method count ] { + Method [ <internal:mongodb, prototype Countable> final public method count ] { - Parameters [0] { } @@ -1513,7 +1513,7 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } - Methods [4] { - Method [ <internal:mongodb, ctor> public method __construct ] { + Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [2] { Parameter #0 [ <required> $data ] @@ -1521,13 +1521,13 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } } - Method [ <internal:mongodb> public method getData ] { + Method [ <internal:mongodb> final public method getData ] { - Parameters [0] { } } - Method [ <internal:mongodb> public method getType ] { + Method [ <internal:mongodb> final public method getType ] { - Parameters [0] { } @@ -1621,14 +1621,14 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } - Methods [3] { - Method [ <internal:mongodb, ctor> public method __construct ] { + Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [1] { Parameter #0 [ <optional> $id ] } } - Method [ <internal:mongodb> public method __toString ] { + Method [ <internal:mongodb> final public method __toString ] { - Parameters [0] { } @@ -1654,7 +1654,7 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } - Methods [5] { - Method [ <internal:mongodb, ctor> public method __construct ] { + Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [2] { Parameter #0 [ <required> $pattern ] @@ -1662,19 +1662,19 @@ Extension [ <persistent> extension #131 mongodb version 1.1.2 ] { } } - Method [ <internal:mongodb> public method getPattern ] { + Method [ <internal:mongodb> final public method getPattern ] { - Parameters [0] { } } - Method [ <internal:mongodb> public method getFlags ] { + Method [ <internal:mongodb> final public method getFlags ] { - Parameters [0] { } } - Method [ <internal:mongodb> public method __toString ] { + Method [ <internal:mongodb> final public method __toString ] { - Parameters [0] { } |