PHP Класс PHPFusion\Forums\Threads\ForumThreads

Наследование: extends PHPFusion\Forums\ForumServer
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$thread_data
$thread_info

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

getThreadPermission() публичный метод

Get the relevant permissions of the current thread permission configuration
public getThreadPermission ( null $key = NULL ) : null
$key null
Результат null

get_forum_thread() публичный статический метод

Get thread structure on specific forum id.
public static get_forum_thread ( $forum_id, boolean | FALSE $filter = FALSE ) : array
$forum_id
$filter boolean | FALSE
Результат array

get_thread() публичный статический метод

Get thread structure on specific thread id.
public static get_thread ( integer $thread_id ) : array
$thread_id integer
Результат array

get_threadInfo() публичный метод

Returns thread variables
public get_threadInfo ( ) : array
Результат array

set_threadInfo() публичный метод

Thread Class constructor - This builds all essential data on load.
public set_threadInfo ( )

set_thread_visitor() публичный метод

New Status
public set_thread_visitor ( )

Описание свойств

$thread_data защищенное свойство

protected $thread_data

$thread_info защищенное свойство

protected $thread_info