summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION27
1 files changed, 24 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 8ae220e..f099fdc 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 ] {
}