PHP 클래스 PHPFusion\Forums\Threads\ViewThread

상속: extends PHPFusion\Forums\ForumServer
파일 보기 프로젝트 열기: php-fusion/PHP-Fusion

공개 메소드들

메소드 설명
check_download_request ( ) Attachment download request
display_thread ( )
get_participated_users ( $info ) * Get participated users - parsing
render_edit_form ( )
render_reply_form ( )

비공개 메소드들

메소드 설명
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 ( )

메소드 상세

check_download_request() 공개 정적인 메소드

Attachment download request
public static check_download_request ( )

display_thread() 공개 메소드

public display_thread ( )

get_participated_users() 공개 메소드

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

render_edit_form() 공개 메소드

public render_edit_form ( )

render_reply_form() 공개 메소드

public render_reply_form ( )