diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #166 Stomp version 1.0.9 ] { +Extension [ <persistent> extension #78 Stomp version 2.0.0 ] { - INI { Entry [ stomp.default_broker <ALL> ] @@ -323,7 +323,7 @@ Extension [ <persistent> extension #166 Stomp version 1.0.9 ] { } } - Class [ <internal:Stomp> class StompException extends Exception ] { + Class [ <internal:Stomp> class StompException extends Exception implements Throwable ] { - Constants [0] { } @@ -349,7 +349,7 @@ Extension [ <persistent> extension #166 Stomp version 1.0.9 ] { } } - Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { Parameter #0 [ <optional> $message ] @@ -361,28 +361,28 @@ Extension [ <persistent> extension #166 Stomp version 1.0.9 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } |