Class XoopsCommentHandler
XOOPS comment handler class.
This class is responsible for providing data access mechanisms to the data source of XOOPS comment class objects.
- XoopsObjectHandler
- XoopsCommentHandler
Package: kernel\comment
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono onokazu@xoops.org
Located at ernel/comment.php
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono onokazu@xoops.org
Located at ernel/comment.php
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
array
|
|
public
integer
|
|
public
boolean
|
|
public
array
|
|
public
array
|
#
getByItemId( integer $module_id, integer $item_id, string $order = null, integer $status = null, integer $limit = null, integer $start = 0 )
Retrieves comments for an item |
public
array
|
#
getCountByItemId( integer $module_id, integer $item_id, integer $status = null )
Gets total number of comments for an item |
public
array
|
#
getTopComments( integer $module_id, integer $item_id, string $order, integer $status = null )
Get the top |
public
array
|
|
public
boolean
|
|
public
boolean
|
XoopsObjectHandler(),
__construct()
|
$db
|