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

Get thread structure on specific thread id.
public static get_thread ( integer $thread_id ) : array
$thread_id integer
Результат array
Пример #1
0
function get_thread($thread_id)
{
    return \PHPFusion\Forums\Threads\ForumThreads::get_thread($thread_id);
}