From 159b128b029e15d893c36f126402991afb6fbf58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Apr 2015 12:23:20 +0200 Subject: php-pecl-mongodb: 0.5.1 (alpha) --- REFLECTION | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0df26f9..21f9866 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,13 +1,13 @@ -Extension [ extension #16 mongodb version 0.5.0 ] { +Extension [ extension #122 mongodb version 0.5.1 ] { - INI { - Entry [ mongodb.debug_log ] + Entry [ mongodb.debug ] Current = '' } } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 0.5.0 } + Constant [ string MONGODB_VERSION ] { 0.5.1 } Constant [ string MONGODB_STABILITY ] { alpha } } @@ -38,7 +38,7 @@ Extension [ extension #16 mongodb version 0.5.0 ] { } } - - Classes [36] { + - Classes [37] { Class [ final class MongoDB\Driver\Command ] { - Constants [0] { @@ -762,6 +762,60 @@ Extension [ extension #16 mongodb version 0.5.0 ] { } } + Class [ class MongoDB\Driver\UnexpectedValueException extends UnexpectedValueException implements MongoDB\Driver\Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + 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\InvalidArgumentException extends InvalidArgumentException implements MongoDB\Driver\Exception ] { - Constants [0] { -- cgit