summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-04 08:37:54 +0200
committerRemi Collet <remi@remirepo.net>2017-05-04 08:37:54 +0200
commitd432a2d46b2df52eab0258f67b1f31ecec7854ad (patch)
tree8e8d47a407a0ce24607515a2b1fa802045a25580 /REFLECTION
parentf8b03da4abfd61ae0c35cecd8f6a73fb881ca65b (diff)
switch the spec
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION22
1 files changed, 11 insertions, 11 deletions
diff --git a/REFLECTION b/REFLECTION
index c544132..e062a8a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 ] {
}
}
}