Property | Type | Description | |
---|---|---|---|
$thread_data | |||
$thread_info |
Method | Description | |
---|---|---|
getThreadPermission ( null $key = NULL ) : null | Get the relevant permissions of the current thread permission configuration | |
get_forum_thread ( $forum_id, boolean | FALSE $filter = FALSE ) : array | Get thread structure on specific forum id. | |
get_thread ( integer $thread_id ) : array | Get thread structure on specific thread id. | |
get_threadInfo ( ) : array | Returns thread variables | |
set_threadInfo ( ) | Thread Class constructor - This builds all essential data on load. | |
set_thread_visitor ( ) | New Status |
Method | Description | |
---|---|---|
get_thread_post ( ) | Get thread posts info | |
get_thread_stats ( $thread_id ) : array | Get post count, lastpost_id and first_post_id | |
handle_quick_reply ( ) | Handle post of Quick Reply Form | |
setThreadPermission ( ) | Set in full extent of forum permissions and thread permissions |
public getThreadPermission ( null $key = NULL ) : null | ||
$key | null | |
return | null |
public static get_forum_thread ( $forum_id, boolean | FALSE $filter = FALSE ) : array | ||
$forum_id | ||
$filter | boolean | FALSE | |
return | array |
public static get_thread ( integer $thread_id ) : array | ||
$thread_id | integer | |
return | array |
public get_threadInfo ( ) : array | ||
return | array |
public set_threadInfo ( ) |