summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION158
1 files changed, 111 insertions, 47 deletions
diff --git a/REFLECTION b/REFLECTION
index 9d49215..bb0a779 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
+Extension [ <persistent> extension #147 mongodb version 2.3.0 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
- Constants [2] {
- Constant [ <persistent> string MONGODB_VERSION ] { 2.2.1 }
+ Constant [ <persistent> string MONGODB_VERSION ] { 2.3.0 }
Constant [ <persistent> string MONGODB_STABILITY ] { stable }
}
@@ -2461,10 +2461,11 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
}
- - Properties [0] {
+ - Properties [1] {
+ Property [ public protected(set) readonly ?string $level ]
}
- - Methods [6] {
+ - Methods [5] {
Method [ <internal:mongodb, ctor> final public method __construct ] {
- Parameters [1] {
@@ -2500,13 +2501,6 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
- Return [ void ]
}
-
- Method [ <internal:mongodb> final public method __serialize ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
}
}
@@ -2535,10 +2529,14 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
}
- - Properties [0] {
+ - Properties [4] {
+ Property [ public protected(set) readonly string $mode ]
+ Property [ public protected(set) readonly ?array $tags ]
+ Property [ public protected(set) readonly int $maxStalenessSeconds ]
+ Property [ public protected(set) readonly ?object $hedge ]
}
- - Methods [8] {
+ - Methods [7] {
Method [ <internal:mongodb, ctor> final public method __construct ] {
- Parameters [3] {
@@ -2548,7 +2546,7 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
}
- Method [ <internal:mongodb> final public method getHedge ] {
+ Method [ <internal, deprecated:mongodb> final public method getHedge ] {
- Parameters [0] {
}
@@ -2590,13 +2588,6 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
- Return [ void ]
}
-
- Method [ <internal:mongodb> final public method __serialize ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
}
}
@@ -3123,10 +3114,13 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
}
- - Properties [0] {
+ - Properties [3] {
+ Property [ public protected(set) readonly string|int|null $w ]
+ Property [ public protected(set) readonly ?bool $j ]
+ Property [ public protected(set) readonly int $wtimeout ]
}
- - Methods [8] {
+ - Methods [7] {
Method [ <internal:mongodb, ctor> final public method __construct ] {
- Parameters [3] {
@@ -3178,13 +3172,6 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
}
- Return [ void ]
}
-
- Method [ <internal:mongodb> final public method __serialize ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
}
}
@@ -3199,7 +3186,10 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [3] {
+ Property [ public protected(set) readonly string $message ]
+ Property [ public protected(set) readonly int $code ]
+ Property [ public protected(set) readonly ?object $info ]
}
- Methods [4] {
@@ -3243,7 +3233,11 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [4] {
+ Property [ public protected(set) readonly string $message ]
+ Property [ public protected(set) readonly int $code ]
+ Property [ public protected(set) readonly int $index ]
+ Property [ public protected(set) readonly ?object $info ]
}
- Methods [5] {
@@ -3294,7 +3288,18 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [11] {
+ Property [ public protected(set) readonly ?int $insertedCount ]
+ Property [ public protected(set) readonly ?int $matchedCount ]
+ Property [ public protected(set) readonly ?int $modifiedCount ]
+ Property [ public protected(set) readonly ?int $deletedCount ]
+ Property [ public protected(set) readonly ?int $upsertedCount ]
+ Property [ public protected(set) readonly MongoDB\Driver\Server $server ]
+ Property [ public protected(set) readonly array $upsertedIds ]
+ Property [ public protected(set) readonly array $writeErrors ]
+ Property [ public protected(set) readonly ?MongoDB\Driver\WriteConcernError $writeConcernError ]
+ Property [ public protected(set) readonly ?MongoDB\Driver\WriteConcern $writeConcern ]
+ Property [ public protected(set) readonly array $errorReplies ]
}
- Methods [12] {
@@ -3876,7 +3881,7 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
Property [ protected string $file = '' ]
Property [ protected int $line = 0 ]
Property [ protected $errorLabels = NULL ]
- Property [ protected $writeResult = NULL ]
+ Property [ public protected(set) readonly MongoDB\Driver\WriteResult $writeResult ]
}
- Methods [12] {
@@ -4118,7 +4123,7 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
Property [ protected string $file = '' ]
Property [ protected int $line = 0 ]
Property [ protected $errorLabels = NULL ]
- Property [ protected $resultDocument = NULL ]
+ Property [ public protected(set) readonly object $resultDocument ]
}
- Methods [12] {
@@ -4859,7 +4864,18 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [11] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly string $commandName ]
+ Property [ public protected(set) readonly string $databaseName ]
+ Property [ public protected(set) readonly int $duration ]
+ Property [ public protected(set) readonly Exception $error ]
+ Property [ public protected(set) readonly object $reply ]
+ Property [ public protected(set) readonly string $operationId ]
+ Property [ public protected(set) readonly string $requestId ]
+ Property [ public protected(set) readonly ?MongoDB\BSON\ObjectId $serviceId ]
+ Property [ public protected(set) readonly ?int $serverConnectionId ]
}
- Methods [12] {
@@ -4959,7 +4975,16 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [9] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly string $commandName ]
+ Property [ public protected(set) readonly string $databaseName ]
+ Property [ public protected(set) readonly object $command ]
+ Property [ public protected(set) readonly string $operationId ]
+ Property [ public protected(set) readonly string $requestId ]
+ Property [ public protected(set) readonly ?MongoDB\BSON\ObjectId $serviceId ]
+ Property [ public protected(set) readonly ?int $serverConnectionId ]
}
- Methods [10] {
@@ -5045,7 +5070,17 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [10] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly string $commandName ]
+ Property [ public protected(set) readonly string $databaseName ]
+ Property [ public protected(set) readonly int $duration ]
+ Property [ public protected(set) readonly object $reply ]
+ Property [ public protected(set) readonly string $operationId ]
+ Property [ public protected(set) readonly string $requestId ]
+ Property [ public protected(set) readonly ?MongoDB\BSON\ObjectId $serviceId ]
+ Property [ public protected(set) readonly ?int $serverConnectionId ]
}
- Methods [11] {
@@ -5260,7 +5295,12 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [5] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly MongoDB\BSON\ObjectId $topologyId ]
+ Property [ public protected(set) readonly MongoDB\Driver\ServerDescription $newDescription ]
+ Property [ public protected(set) readonly MongoDB\Driver\ServerDescription $previousDescription ]
}
- Methods [6] {
@@ -5318,7 +5358,10 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [3] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly MongoDB\BSON\ObjectId $topologyId ]
}
- Methods [4] {
@@ -5362,7 +5405,12 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [5] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly bool $awaited ]
+ Property [ public protected(set) readonly int $duration ]
+ Property [ public protected(set) readonly Exception $error ]
}
- Methods [6] {
@@ -5420,7 +5468,10 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [3] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly bool $awaited ]
}
- Methods [4] {
@@ -5464,7 +5515,12 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [5] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly bool $awaited ]
+ Property [ public protected(set) readonly int $duration ]
+ Property [ public protected(set) readonly object $reply ]
}
- Methods [6] {
@@ -5522,7 +5578,10 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [3] {
+ Property [ public protected(set) readonly string $host ]
+ Property [ public protected(set) readonly int $port ]
+ Property [ public protected(set) readonly MongoDB\BSON\ObjectId $topologyId ]
}
- Methods [4] {
@@ -5566,7 +5625,10 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [3] {
+ Property [ public protected(set) readonly MongoDB\BSON\ObjectId $topologyId ]
+ Property [ public protected(set) readonly MongoDB\Driver\TopologyDescription $newDescription ]
+ Property [ public protected(set) readonly MongoDB\Driver\TopologyDescription $previousDescription ]
}
- Methods [4] {
@@ -5610,7 +5672,8 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [1] {
+ Property [ public protected(set) readonly MongoDB\BSON\ObjectId $topologyId ]
}
- Methods [2] {
@@ -5640,7 +5703,8 @@ Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Static methods [0] {
}
- - Properties [0] {
+ - Properties [1] {
+ Property [ public protected(set) readonly MongoDB\BSON\ObjectId $topologyId ]
}
- Methods [2] {