Skip to content

Commit b96fd3e

Browse files
committed
add missing properties
1 parent da74b2c commit b96fd3e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

files/lib/api/ThreadApi.class.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
* @package at.megathorx.wsc-api
1515
*/
1616
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;
1732

1833
/**
1934
* @api

0 commit comments

Comments
 (0)