Class forum_thread

Description

The forum thread class.

Located in /forum-defs.php (line 767)

RenderableObject
   |
   --StylableObject
      |
      --HTMLObject
         |
         --forum
            |
            --forum_thread
Direct descendents
Class Description
 class thread_msg The thread message class.
Variable Summary
 mixed $author
 mixed $date_posted
 mixed $enabled
 mixed $forum_id
 mixed $locked
 mixed $newmsg
 mixed $replies
 mixed $sticky
 mixed $subject
 mixed $text
 mixed $thread_id
 mixed $thread_msgs
 mixed $views
Method Summary
 forum_thread forum_thread ([mixed $thread_id = NEW_THREAD], mixed $forum_id)
 void get_thread ()
 void html ()
 void lock_thread ()
 void modify_replies ()
 void new_msg ()
 void save_thread ()
 void set_moderator ([mixed $mod = ""])
 void stick_thread ()
 void unlock_thread ()
 void unstick_thread ()
Variables
mixed $author (line 774)

Redefined in descendants as:
mixed $date_posted (line 777)

Redefined in descendants as:
mixed $enabled = true (line 772)

Redefinition of:
forum::$enabled

Redefined in descendants as:
mixed $forum_id (line 778)

Redefinition of:
forum::$forum_id

Redefined in descendants as:
mixed $forum_moderator (line 781)
mixed $locked = false (line 768)

Redefined in descendants as:
mixed $newmsg (line 780)
mixed $replies = 0 (line 776)
mixed $sticky = false (line 769)

Redefined in descendants as:
mixed $subject (line 771)
mixed $text (line 773)
mixed $thread_id (line 775)

Redefined in descendants as:
mixed $thread_msgs = array() (line 779)
mixed $views = 0 (line 770)

Inherited Variables

Inherited from forum

forum::$date_last_author
forum::$error_msg
forum::$forum_desc
forum::$forum_members
forum::$forum_name
forum::$forum_threads
forum::$forum_title
forum::$last_author
forum::$moderator
forum::$new_topic
forum::$posts
forum::$private
forum::$threadlast_author

Inherited from HTMLObject

HTMLObject::$accesskey
HTMLObject::$align
HTMLObject::$alt
HTMLObject::$bgcolor
HTMLObject::$bgurl
HTMLObject::$border
HTMLObject::$color
HTMLObject::$height
HTMLObject::$hspace
HTMLObject::$lang
HTMLObject::$langdir
HTMLObject::$linkover_text
HTMLObject::$name
HTMLObject::$onblur
HTMLObject::$onchange
HTMLObject::$onclick
HTMLObject::$ondblclick
HTMLObject::$onfocus
HTMLObject::$onkeydown
HTMLObject::$onkeypress
HTMLObject::$onkeyup
HTMLObject::$onload
HTMLObject::$onmousedown
HTMLObject::$onmousemove
HTMLObject::$onmouseout
HTMLObject::$onmouseover
HTMLObject::$onmouseup
HTMLObject::$onselect
HTMLObject::$size
HTMLObject::$src
HTMLObject::$tabindex
HTMLObject::$target
HTMLObject::$title
HTMLObject::$user_attributes
HTMLObject::$valign
HTMLObject::$vspace
HTMLObject::$width

Inherited from StylableObject

StylableObject::$class
StylableObject::$id
StylableObject::$style
Methods
Constructor forum_thread (line 783)
forum_thread forum_thread ([mixed $thread_id = NEW_THREAD], mixed $forum_id)
get_thread (line 921)
void get_thread ()
get_thread_header (line 801)
void get_thread_header ()
html (line 943)
void html ()

Redefinition of:
forum::html()
inc_thread_views (line 901)
void inc_thread_views ()
lock_thread (line 865)
void lock_thread ()
modify_replies (line 911)
void modify_replies ()
new_msg (line 938)
void new_msg ()

Redefined in descendants as:
save_thread (line 827)
void save_thread ()
set_moderator (line 822)
void set_moderator ([mixed $mod = ""])
stick_thread (line 883)
void stick_thread ()
unlock_thread (line 874)
void unlock_thread ()
unstick_thread (line 892)
void unstick_thread ()

Inherited Methods

Inherited From forum

 forum::forum()
 forum::add_member()
 forum::delete_forum()
 forum::disable_forum()
 forum::enable_forum()
 forum::get_forum()
 forum::get_threads()
 forum::html()
 forum::new_topic()
 forum::POSTprocess()
 forum::save_forum()
 forum::set_forum_greeting()

Inherited From HTMLObject

 HTMLObject::HTMLObject()
 HTMLObject::inherit_attributes()
 HTMLObject::setaccesskey()
 HTMLObject::setalign()
 HTMLObject::setalt()
 HTMLObject::setbackground()
 HTMLObject::setbgcolor()
 HTMLObject::setborder()
 HTMLObject::setcolor()
 HTMLObject::setheight()
 HTMLObject::sethspace()
 HTMLObject::setlang()
 HTMLObject::setlangdir()
 HTMLObject::setname()
 HTMLObject::setsize()
 HTMLObject::setsrc()
 HTMLObject::settabindex()
 HTMLObject::settarget()
 HTMLObject::settitle()
 HTMLObject::setvalign()
 HTMLObject::setvspace()
 HTMLObject::setwidth()
 HTMLObject::set_attribute()
 HTMLObject::set_linkover_text()
 HTMLObject::set_onblur()
 HTMLObject::set_onchange()
 HTMLObject::set_onclick()
 HTMLObject::set_ondblclick()
 HTMLObject::set_onfocus()
 HTMLObject::set_onkeydown()
 HTMLObject::set_onkeypress()
 HTMLObject::set_onkeyup()
 HTMLObject::set_onload()
 HTMLObject::set_onmousedown()
 HTMLObject::set_onmousemove()
 HTMLObject::set_onmouseout()
 HTMLObject::set_onmouseover()
 HTMLObject::set_onmouseup()
 HTMLObject::set_onselect()
 HTMLObject::set_tabindex()
 HTMLObject::taghtml()

Inherited From StylableObject

 StylableObject::StylableObject()
 StylableObject::clearstyle()
 StylableObject::setclass()
 StylableObject::setcss()
 StylableObject::setid()
 StylableObject::setstyle()

Inherited From RenderableObject

 RenderableObject::RenderableObject()
 RenderableObject::html()
 RenderableObject::render()
 RenderableObject::wml()
 RenderableObject::wmlup()
 RenderableObject::xml()

Documentation generated by phpDocumentor 1.3.0RC3