diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 30 |
1 files changed, 25 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { +Extension [ <persistent> extension #117 mongodb version 1.10.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.10.0alpha1 } - Constant [ string MONGODB_STABILITY ] { alpha } + Constant [ string MONGODB_VERSION ] { 1.10.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { @@ -1447,7 +1447,13 @@ Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:mongodb> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $properties ] + } + } } - Properties [0] { @@ -1501,7 +1507,7 @@ Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [3] { @@ -1511,6 +1517,13 @@ Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { } } + Method [ <internal:mongodb> final public method addSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> MongoDB\Driver\Monitoring\Subscriber $subscriber ] + } + } + Method [ <internal:mongodb> final public method createClientEncryption ] { - Parameters [1] { @@ -1596,6 +1609,13 @@ Extension [ <persistent> extension #115 mongodb version 1.10.0alpha1 ] { } } + Method [ <internal:mongodb> final public method removeSubscriber ] { + + - Parameters [1] { + Parameter #0 [ <required> MongoDB\Driver\Monitoring\Subscriber $subscriber ] + } + } + Method [ <internal:mongodb> final public method selectServer ] { - Parameters [1] { |