summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-24 07:34:52 +0100
committerRemi Collet <remi@php.net>2022-03-24 07:34:52 +0100
commit8449199e5772072f7dafc6b7d2832e5a761ba1e2 (patch)
treeb11eca88686c9a24b6c5c598bd9dfb5df8623a56 /REFLECTION
parentdcfbca398032e9639e65996bcc718331aa8c7c6f (diff)
update to 1.13.0
with libbson and libmongoc 1.21.1 and libmongocrypt 1.3.2
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION660
1 files changed, 655 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 583d740..49c5e95 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
+Extension [ <persistent> extension #114 mongodb version 1.13.0 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -17,7 +17,7 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.12.1 }
+ Constant [ string MONGODB_VERSION ] { 1.13.0 }
Constant [ string MONGODB_STABILITY ] { stable }
}
@@ -73,7 +73,7 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
}
}
- - Classes [63] {
+ - Classes [75] {
Interface [ <internal:mongodb> interface MongoDB\BSON\Type ] {
- Constants [0] {
@@ -2077,7 +2077,7 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
- Properties [0] {
}
- - Methods [19] {
+ - Methods [20] {
Method [ <internal:mongodb> final public method executeCommand ] {
- Parameters [3] {
@@ -2162,6 +2162,12 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
}
}
+ Method [ <internal:mongodb> final public method getServerDescription ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:mongodb> final public method getType ] {
- Parameters [0] {
@@ -2277,6 +2283,129 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
}
}
+ Class [ <internal:mongodb> final class MongoDB\Driver\ServerDescription ] {
+
+ - Constants [10] {
+ Constant [ public string TYPE_UNKNOWN ] { Unknown }
+ Constant [ public string TYPE_STANDALONE ] { Standalone }
+ Constant [ public string TYPE_MONGOS ] { Mongos }
+ Constant [ public string TYPE_POSSIBLE_PRIMARY ] { PossiblePrimary }
+ Constant [ public string TYPE_RS_PRIMARY ] { RSPrimary }
+ Constant [ public string TYPE_RS_SECONDARY ] { RSSecondary }
+ Constant [ public string TYPE_RS_ARBITER ] { RSArbiter }
+ Constant [ public string TYPE_RS_OTHER ] { RSOther }
+ Constant [ public string TYPE_RS_GHOST ] { RSGhost }
+ Constant [ public string TYPE_LOAD_BALANCER ] { LoadBalancer }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:mongodb> final public method getHelloResponse ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getLastUpdateTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getRoundTripTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\TopologyDescription ] {
+
+ - Constants [6] {
+ Constant [ public string TYPE_UNKNOWN ] { Unknown }
+ Constant [ public string TYPE_SINGLE ] { Single }
+ Constant [ public string TYPE_SHARDED ] { Sharded }
+ Constant [ public string TYPE_REPLICA_SET_NO_PRIMARY ] { ReplicaSetNoPrimary }
+ Constant [ public string TYPE_REPLICA_SET_WITH_PRIMARY ] { ReplicaSetWithPrimary }
+ Constant [ public string TYPE_LOAD_BALANCED ] { LoadBalanced }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:mongodb> final public method getServers ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method hasReadableServer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> MongoDB\Driver\ReadPreference $readPreference = <default> ]
+ }
+ }
+
+ Method [ <internal:mongodb> final public method hasWritableServer ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
Class [ <internal:mongodb> final class MongoDB\Driver\Session ] {
- Constants [5] {
@@ -2296,7 +2425,7 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
- Properties [0] {
}
- - Methods [15] {
+ - Methods [16] {
Method [ <internal:mongodb> final public method abortTransaction ] {
- Parameters [0] {
@@ -2365,6 +2494,12 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
}
}
+ Method [ <internal:mongodb> final public method isDirty ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:mongodb> final public method isInTransaction ] {
- Parameters [0] {
@@ -4399,6 +4534,521 @@ Extension [ <persistent> extension #114 mongodb version 1.12.1 ] {
}
}
}
+
+ Interface [ <internal:mongodb> interface MongoDB\Driver\Monitoring\SDAMSubscriber extends MongoDB\Driver\Monitoring\Subscriber ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:mongodb> abstract public method serverChanged ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\ServerChangedEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method serverClosed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\ServerClosedEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method serverOpening ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\ServerOpeningEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method serverHeartbeatFailed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method serverHeartbeatStarted ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method serverHeartbeatSucceeded ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method topologyChanged ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\TopologyChangedEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method topologyClosed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\TopologyClosedEvent $event ]
+ }
+ }
+
+ Method [ <internal:mongodb> abstract public method topologyOpening ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> MongoDB\Driver\Monitoring\TopologyOpeningEvent $event ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\ServerChangedEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getNewDescription ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPreviousDescription ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTopologyId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\ServerClosedEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTopologyId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getDurationMicros ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getError ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method isAwaited ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method isAwaited ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getDurationMicros ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getReply ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method isAwaited ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\ServerOpeningEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getHost ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTopologyId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\TopologyChangedEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getNewDescription ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getPreviousDescription ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTopologyId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\TopologyClosedEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTopologyId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mongodb> final class MongoDB\Driver\Monitoring\TopologyOpeningEvent ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:mongodb, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method getTopologyId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mongodb> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
}
}