diff options
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] { } |