From 33fde6a2ab89dfc619179d6d746670fb850f946d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jun 2018 17:43:25 +0200 Subject: update to 1.5.0 with libbson and libmongoc 1.11.0 add dependency on icu --- REFLECTION | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 208 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b76a9cf..9075748 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #189 mongodb version 1.4.4 ] { +Extension [ extension #189 mongodb version 1.5.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.4.4 } + Constant [ string MONGODB_VERSION ] { 1.5.0 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -70,7 +70,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } - - Classes [56] { + - Classes [59] { Interface [ interface MongoDB\BSON\Type ] { - Constants [0] { @@ -571,6 +571,54 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } + Class [ final class MongoDB\BSON\Int64 implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ final public method __toString ] { + + - Parameters [0] { + } + } + + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ final public method serialize ] { + + - Parameters [0] { + } + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + } + } + Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\JavascriptInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { @@ -1722,7 +1770,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { - Properties [0] { } - - Methods [7] { + - Methods [11] { Method [ final public method advanceClusterTime ] { - Parameters [1] { @@ -1755,6 +1803,31 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } + Method [ final public method startTransaction ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ final public method commitTransaction ] { + + - Parameters [0] { + } + } + + Method [ final public method abortTransaction ] { + + - Parameters [0] { + } + } + + Method [ final public method endSession ] { + + - Parameters [0] { + } + } + Method [ final private method __construct ] { - Parameters [0] { @@ -2090,6 +2163,63 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } + Class [ class MongoDB\Driver\Exception\ServerException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { - Constants [0] { @@ -2147,7 +2277,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } - Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\ServerException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -2268,7 +2398,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } - Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception, Throwable ] { - Constants [0] { } @@ -2332,6 +2462,70 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } + Class [ class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements Throwable, MongoDB\Driver\Exception\Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $resultDocument ] + } + + - Methods [11] { + Method [ final public method getResultDocument ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { @@ -2389,7 +2583,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } - Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -2744,7 +2938,7 @@ Extension [ extension #189 mongodb version 1.4.4 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ final private method __construct ] { - Parameters [0] { @@ -2775,6 +2969,12 @@ Extension [ extension #189 mongodb version 1.4.4 ] { } } + Method [ final public method getReply ] { + + - Parameters [0] { + } + } + Method [ final public method getRequestId ] { - Parameters [0] { -- cgit