From 7fa7b3d9a55b9e769360d2a1bf2e03b9a14f2852 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Sep 2015 08:50:03 +0200 Subject: php-pecl-mosquitto: 0.3.0 (beta) --- REFLECTION | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8ae220e..f099fdc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #107 mosquitto version 0.2.2 ] { +Extension [ extension #126 mosquitto version 0.3.0 ] { - Constants [7] { Constant [ integer MOSQ_LOG_INFO ] { 1 } @@ -32,8 +32,13 @@ Extension [ extension #107 mosquitto version 0.2.2 ] { - Properties [0] { } - - Methods [24] { + - Methods [27] { Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $cleanSession ] + } } Method [ public method onConnect ] { @@ -78,6 +83,13 @@ Extension [ extension #107 mosquitto version 0.2.2 ] { } } + Method [ public method onPublish ] { + + - Parameters [1] { + Parameter #0 [ callable $onConnect ] + } + } + Method [ public method getSocket ] { } @@ -111,6 +123,9 @@ Extension [ extension #107 mosquitto version 0.2.2 ] { } } + Method [ public method clearWill ] { + } + Method [ public method setReconnectDelay ] { - Parameters [3] { @@ -187,6 +202,9 @@ Extension [ extension #107 mosquitto version 0.2.2 ] { Parameter #1 [ $maxPackets ] } } + + Method [ public method exitLoop ] { + } } } @@ -208,7 +226,7 @@ Extension [ extension #107 mosquitto version 0.2.2 ] { Property [ protected $line ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -218,6 +236,9 @@ Extension [ extension #107 mosquitto version 0.2.2 ] { } } + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } -- cgit