ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilForumExplorer class for explorer view of forum posts. More...
Public Member Functions | |
__construct (ilObjForumGUI $gui, ilForumTopic $topic, ilForumProperties $properties) | |
Constructor @access public. More... | |
render () | |
fillTreeTemplate () | |
getHtml () | |
This method returns the tree html for the forum template @access public. More... | |
Static Public Member Functions | |
static | getTreeNodeHtml ($object, ilObjForumGUI $gui, $pageHits) |
Returns the html used for a single forum tree node @access public. More... | |
Protected Attributes | |
$tpl | |
$gui | |
$topic | |
$properties | |
$root_id | |
Class ilForumExplorer class for explorer view of forum posts.
Definition at line 17 of file class.ilForumExplorer.php.
ilForumExplorer::__construct | ( | ilObjForumGUI | $gui, |
ilForumTopic | $topic, | ||
ilForumProperties | $properties | ||
) |
Constructor @access public.
Definition at line 64 of file class.ilForumExplorer.php.
References $_SESSION, $gui, $ilCtrl, $properties, $topic, $tpl, ilYuiUtil\getLocalPath(), and ilYuiUtil\initConnection().
ilForumExplorer::fillTreeTemplate | ( | ) |
Definition at line 108 of file class.ilForumExplorer.php.
References $_SESSION, $html, ilJsonUtil\encode(), and getTreeNodeHtml().
Referenced by render().
ilForumExplorer::getHtml | ( | ) |
This method returns the tree html for the forum template @access public.
Definition at line 246 of file class.ilForumExplorer.php.
|
static |
Returns the html used for a single forum tree node @access public.
Definition at line 197 of file class.ilForumExplorer.php.
References $gui, $html, $ilCtrl, $url, ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by ilObjForumGUI\fetchTreeChildrenAsyncObject(), and fillTreeTemplate().
ilForumExplorer::render | ( | ) |
Definition at line 101 of file class.ilForumExplorer.php.
References fillTreeTemplate().
|
protected |
Definition at line 33 of file class.ilForumExplorer.php.
Referenced by __construct(), and getTreeNodeHtml().
|
protected |
Definition at line 49 of file class.ilForumExplorer.php.
Referenced by __construct().
|
protected |
Definition at line 57 of file class.ilForumExplorer.php.
|
protected |
Definition at line 41 of file class.ilForumExplorer.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilForumExplorer.php.
Referenced by __construct().