diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-14 08:28:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-14 08:28:29 +0100 |
commit | f0bc5e5e526e292756c5831d9cef67e3060fe7c7 (patch) | |
tree | 479f1ea998d0d9ec40cea65122e26ec5b3418ebc /REFLECTION | |
parent | e95d666212872b7ffa02e8095ad65beada3df721 (diff) |
php-pecl-mosquitto: 0.4.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 mosquitto version 0.3.0 ] { +Extension [ <persistent> extension #109 mosquitto version 0.4.0 ] { - Constants [7] { Constant [ integer MOSQ_LOG_INFO ] { 1 } @@ -208,7 +208,7 @@ Extension [ <persistent> extension #126 mosquitto version 0.3.0 ] { } } - Class [ <internal:mosquitto> class Mosquitto\Exception extends Exception ] { + Class [ <internal:mosquitto> class Mosquitto\Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -239,28 +239,28 @@ Extension [ <persistent> extension #126 mosquitto version 0.3.0 ] { 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 ] { } } } |