From d432a2d46b2df52eab0258f67b1f31ecec7854ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 May 2017 08:37:54 +0200 Subject: switch the spec --- REFLECTION | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c544132..e062a8a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #166 Stomp version 1.0.9 ] { +Extension [ extension #78 Stomp version 2.0.0 ] { - INI { Entry [ stomp.default_broker ] @@ -323,7 +323,7 @@ Extension [ extension #166 Stomp version 1.0.9 ] { } } - Class [ class StompException extends Exception ] { + Class [ class StompException extends Exception implements Throwable ] { - Constants [0] { } @@ -349,7 +349,7 @@ Extension [ extension #166 Stomp version 1.0.9 ] { } } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -361,28 +361,28 @@ Extension [ extension #166 Stomp version 1.0.9 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit