|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilForumExplorer class for explorer view of forum posts. More...
Collaboration diagram for ilForumExplorer:Public Member Functions | |
| __construct (ilObjForumGUI $gui, ilForumTopic $topic, ilForumProperties $properties) | |
| Constructor public. | |
| render () | |
| fillTreeTemplate () | |
| getHtml () | |
| This method returns the tree html for the forum template public. | |
Static Public Member Functions | |
| static | getTreeNodeHtml ($object, ilObjForumGUI $gui, $pageHits) |
| Returns the html used for a single forum tree node public. | |
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 public.
Definition at line 64 of file class.ilForumExplorer.php.
References $_SESSION, $gui, $ilCtrl, $properties, $topic, $tpl, ilYuiUtil\getLocalPath(), and ilYuiUtil\initConnection().
Here is the call graph for this function:| ilForumExplorer::fillTreeTemplate | ( | ) |
Definition at line 108 of file class.ilForumExplorer.php.
References $_SESSION, ilJsonUtil\encode(), and getTreeNodeHtml().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumExplorer::getHtml | ( | ) |
This method returns the tree html for the forum template public.
Definition at line 246 of file class.ilForumExplorer.php.
|
static |
Returns the html used for a single forum tree node public.
Definition at line 197 of file class.ilForumExplorer.php.
References $ilCtrl, ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by ilObjForumGUI\fetchTreeChildrenAsyncObject(), and fillTreeTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumExplorer::render | ( | ) |
Definition at line 101 of file class.ilForumExplorer.php.
References fillTreeTemplate().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.ilForumExplorer.php.
Referenced by __construct().
|
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().