Class CommentsCommentRenderer
Display comments
Package: class
Author: Kazumi Ono onokazu@xoops.org
Located at odules/comments/class/commentrenderer.php
Author: Kazumi Ono onokazu@xoops.org
Located at odules/comments/class/commentrenderer.php
public
|
#
__construct(
Constructor |
public static
|
#
getInstance(
Access the only instance of this class |
public
|
|
public
|
|
public
|
#
renderThreadView( integer $comment_id = 0, boolean $admin_view = false, boolean $show_nav = true )
Render the comments in thread view This method calls itself recursively |
public
|
#
renderNestView( integer $comment_id = 0, boolean $admin_view = false )
Render comments in nested view Danger: Recursive! |