diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-04-25 12:23:20 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-04-25 12:23:20 +0200 | 
| commit | 159b128b029e15d893c36f126402991afb6fbf58 (patch) | |
| tree | 68545c49ff1758e7f43fd831c2c7dff3aad06c5d /REFLECTION | |
| parent | b8e003691f1a74f5b575680b98e52e0bdcf7aa7a (diff) | |
php-pecl-mongodb: 0.5.1 (alpha)
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 62 | 
1 files changed, 58 insertions, 4 deletions
@@ -1,13 +1,13 @@ -Extension [ <persistent> extension #16 mongodb version 0.5.0 ] { +Extension [ <persistent> extension #122 mongodb version 0.5.1 ] {    - INI { -    Entry [ mongodb.debug_log <ALL> ] +    Entry [ mongodb.debug <ALL> ]        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 [ <persistent> extension #16 mongodb version 0.5.0 ] {      }    } -  - Classes [36] { +  - Classes [37] {      Class [ <internal:mongodb> final class MongoDB\Driver\Command ] {        - Constants [0] { @@ -762,6 +762,60 @@ Extension [ <persistent> extension #16 mongodb version 0.5.0 ] {        }      } +    Class [ <internal:mongodb> class MongoDB\Driver\UnexpectedValueException extends UnexpectedValueException implements MongoDB\Driver\Exception ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [9] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    } +      Class [ <internal:mongodb> class MongoDB\Driver\InvalidArgumentException extends InvalidArgumentException implements MongoDB\Driver\Exception ] {        - Constants [0] {  | 
