From f0bc5e5e526e292756c5831d9cef67e3060fe7c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Mar 2017 08:28:29 +0100 Subject: php-pecl-mosquitto: 0.4.0 --- REFLECTION | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f099fdc..295b568 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 mosquitto version 0.3.0 ] { +Extension [ extension #109 mosquitto version 0.4.0 ] { - Constants [7] { Constant [ integer MOSQ_LOG_INFO ] { 1 } @@ -208,7 +208,7 @@ Extension [ extension #126 mosquitto version 0.3.0 ] { } } - Class [ class Mosquitto\Exception extends Exception ] { + Class [ class Mosquitto\Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -239,28 +239,28 @@ Extension [ extension #126 mosquitto version 0.3.0 ] { 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