|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$db) | |
| insert (&$comment, $force=false) | |
| delete (&$comment, $force=false) | |
| getModuleIds () | |
Public Member Functions inherited from XoopsObjectGenericHandler | |
| & | create ($isNew=true) |
| & | get ($id) |
| & | getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
| getIdList ($criteria=null, $limit=null, $start=null) | |
| getCount ($criteria=null) | |
| _getCount ($sql=null) | |
| _insert (&$obj) | |
| _update (&$obj) | |
| _makeVars4sql (&$obj) | |
| _makeCriteria4sql ($criteria) | |
| _makeCriteriaElement4sql ($criteria, &$obj) | |
| _escapeValue ($value, $type) | |
| deleteAll ($criteria, $force=false) | |
| getDirname () | |
| getDataname () | |
| _callDelegate ( $type, &$obj) | |
Public Member Functions inherited from XoopsObjectHandler | |
| & | create () |
| insert (&$object) | |
| delete (&$object) | |
Data Fields | |
| $mTable = 'xoopscomments' | |
| $mPrimary = 'com_id' | |
| $mClass = 'LegacyCommentObject' | |
| $mUpdateSuccess | |
| $mDeleteSuccess | |
Data Fields inherited from XoopsObjectGenericHandler | |
| $mTable = null | |
| $mPrimary = null | |
| $mClass = null | |
| $mDirname = null | |
| $mDataname = null | |
| $_mDummyObj = null | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
Definition at line 86 of file comment.php.
| __construct | ( | & | $db | ) |
called from child classes only
| object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 102 of file comment.php.
| delete | ( | & | $comment, |
| $force = false ) |
Delete $comment and childlen of $comment.
| $comment | ||
| bool | $force |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 126 of file comment.php.
| getModuleIds | ( | ) |
Return array of module id that comments are written.
Definition at line 145 of file comment.php.
| insert | ( | & | $comment, |
| $force = false ) |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 110 of file comment.php.
| $mClass = 'LegacyCommentObject' |
Definition at line 90 of file comment.php.
| $mDeleteSuccess |
Definition at line 100 of file comment.php.
| $mPrimary = 'com_id' |
Definition at line 89 of file comment.php.
| $mTable = 'xoopscomments' |
Definition at line 88 of file comment.php.
| $mUpdateSuccess |
Definition at line 95 of file comment.php.