diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 31 |
1 files changed, 27 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] { +Extension [ <persistent> extension #197 mongodb version 1.6.0alpha2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.6.0alpha1 } + Constant [ string MONGODB_VERSION ] { 1.6.0alpha2 } Constant [ string MONGODB_STABILITY ] { alpha } } @@ -2160,7 +2160,7 @@ Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] { } } - Interface [ <internal:mongodb> interface MongoDB\Driver\Exception\Exception ] { + Interface [ <internal:mongodb> interface MongoDB\Driver\Exception\Exception extends Throwable ] { - Constants [0] { } @@ -2174,7 +2174,30 @@ Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] { - Properties [0] { } - - Methods [0] { + - Methods [8] { + Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getCode ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getFile ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getLine ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method __toString ] { + } } } |