PHP Class PHPFusion\Forums\Threads\ViewThread

Inheritance: extends PHPFusion\Forums\ForumServer
显示文件 Open project: php-fusion/PHP-Fusion

Public Methods

Method Description
check_download_request ( ) Attachment download request
display_thread ( )
get_participated_users ( $info ) * Get participated users - parsing
render_edit_form ( )
render_reply_form ( )

Private Methods

Method Description
delete_post ( $post_id, $thread_id, $forum_id ) Delete a post
increment_thread_views ( $thread_id ) Validate whether a specific user has visited the thread.
set_ThreadJs ( )

Method Details

check_download_request() public static method

Attachment download request
public static check_download_request ( )

display_thread() public method

public display_thread ( )

get_participated_users() public method

* Get participated users - parsing
public get_participated_users ( $info )

render_edit_form() public method

public render_edit_form ( )

render_reply_form() public method

public render_reply_form ( )