diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #152 Stomp version 1.0.8 ] { +Extension [ <persistent> extension #166 Stomp version 1.0.9 ] { - INI { Entry [ stomp.default_broker <ALL> ] @@ -342,7 +342,7 @@ Extension [ <persistent> extension #152 Stomp version 1.0.8 ] { Property [ <default> private $details ] } - - Methods [10] { + - Methods [11] { Method [ <internal:Stomp> public method getDetails ] { - Parameters [0] { @@ -358,6 +358,9 @@ Extension [ <persistent> extension #152 Stomp version 1.0.8 ] { } } + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + Method [ <internal:Core, inherits Exception> final public method getMessage ] { } |