We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da74b2c commit b96fd3eCopy full SHA for b96fd3e
1 file changed
files/lib/api/ThreadApi.class.php
@@ -14,6 +14,21 @@
14
* @package at.megathorx.wsc-api
15
*/
16
class ThreadApi extends BaseApi {
17
+ protected $attachmentHandler;
18
+
19
+ protected $htmlInputProcessor;
20
21
+ protected $enableTimeObj;
22
23
+ protected $subscribeThread;
24
25
+ protected $optionHandler;
26
27
+ protected $type;
28
29
+ protected $boardIDs;
30
31
+ protected $labelIDs;
32
33
/**
34
* @api
0 commit comments