diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-03 08:50:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-03 08:50:03 +0200 |
commit | 7fa7b3d9a55b9e769360d2a1bf2e03b9a14f2852 (patch) | |
tree | 6575a5aa95fbb66d36cdbab516f184a753bdb43f /REFLECTION | |
parent | e6cbdb43d8f92f9e15c6584e06b4482012e093e2 (diff) |
php-pecl-mosquitto: 0.3.0 (beta)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { +Extension [ <persistent> extension #126 mosquitto version 0.3.0 ] { - Constants [7] { Constant [ integer MOSQ_LOG_INFO ] { 1 } @@ -32,8 +32,13 @@ Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { - Properties [0] { } - - Methods [24] { + - Methods [27] { Method [ <internal:mosquitto, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $cleanSession ] + } } Method [ <internal:mosquitto> public method onConnect ] { @@ -78,6 +83,13 @@ Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { } } + Method [ <internal:mosquitto> public method onPublish ] { + + - Parameters [1] { + Parameter #0 [ <required> callable $onConnect ] + } + } + Method [ <internal:mosquitto> public method getSocket ] { } @@ -111,6 +123,9 @@ Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { } } + Method [ <internal:mosquitto> public method clearWill ] { + } + Method [ <internal:mosquitto> public method setReconnectDelay ] { - Parameters [3] { @@ -187,6 +202,9 @@ Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { Parameter #1 [ <required> $maxPackets ] } } + + Method [ <internal:mosquitto> public method exitLoop ] { + } } } @@ -208,7 +226,7 @@ Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { Property [ <default> protected $line ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -218,6 +236,9 @@ Extension [ <persistent> extension #107 mosquitto version 0.2.2 ] { } } + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + Method [ <internal:Core, inherits Exception> final public method getMessage ] { } |