|
| | __construct ($sSystem, $iId, $iInit=1) |
| |
| | getBaseUrl () |
| |
| | getCommentsShort ($sType) |
| |
| | getCommentsFirst () |
| |
| | getComments ($iCmtsParentId=0, $sCmtOrder='asc', $iStart=0, $iPerPage=-1) |
| |
| | getComment ($iCmtId, $sType='new') |
| |
| | getPaginate ($iStart=-1, $iPerPage=-1) |
| |
| | getForm ($sType, $iParentId) |
| |
| | getActions ($iCmtId, $sType='reply') |
| |
| | getExtraCss () |
| |
| | getExtraJs () |
| |
| | getCmtsInit () |
| |
| | _getCommentHeadBox (&$a) |
| |
| | _getCommentBodyBox (&$a) |
| |
| | _getRateBox (&$a) |
| |
| | _getActionsBox (&$a, $isJustPosted) |
| |
| | _getRepliesBox (&$a) |
| |
| | _getPostReplyBoxTo (&$a) |
| |
| | _getPostReplyBox ($sType='comment', $iCmtParentId=0) |
| |
| | _getFormBox ($sType, $aCmt=array()) |
| |
| | _getAuthorIcon ($a) |
| |
| | _getBrowse () |
| |
| | init ($iId) |
| |
| | checkAction ($iAction, $isPerformAction=false) |
| |
| | checkActionErrorMsg ($iAction) |
| |
| | getId () |
| |
| | isEnabled () |
| |
| | getSystemName () |
| |
| | getOrder () |
| |
| | setId ($iId) |
| |
| | isValidSystem ($sSystem) |
| |
| | isTagsAllowed () |
| |
| | isNl2br () |
| |
| | isRatable () |
| |
| | getAllowedEditTime () |
| |
| | getPerView () |
| |
| | getSystemId () |
| |
| | maintenance () |
| |
| | getCommentsArray ($iCmtParentId, $sCmtOrder, $iStart=0, $iCount=-1) |
| |
| | getCommentRow ($iCmtId) |
| |
| | onObjectDelete ($iObjectId=0) |
| |
| | onAuthorDelete ($iAuthorId) |
| |
| | getCommentsTableName () |
| |
| | getObjectCommentsCount ($iObjectId=0) |
| |
| | isRateAllowed ($isPerformAction=false) |
| |
| | msgErrRateAllowed () |
| |
| | isPostReplyAllowed ($isPerformAction=false) |
| |
| | msgErrPostReplyAllowed () |
| |
| | isEditAllowed ($isPerformAction=false) |
| |
| | msgErrEditAllowed () |
| |
| | isRemoveAllowed ($isPerformAction=false) |
| |
| | msgErrRemoveAllowed () |
| |
| | isEditAllowedAll () |
| |
| | isRemoveAllowedAll () |
| |
| | actionPaginateGet () |
| |
| | actionFormGet () |
| |
| | actionCmtsGet () |
| |
| | actionCmtGet () |
| |
| | actionCmtPost () |
| |
| | actionCmtRemove () |
| |
| | actionCmtEdit () |
| |
| | actionCmtEditSubmit () |
| |
| | actionCmtRate () |
| |
| | _getAuthorId () |
| |
| | _getAuthorPassword () |
| |
| | _getAuthorIp () |
| |
| | _prepareTextForEdit ($s) |
| |
| | _prepareTextForSave ($s) |
| |
| | _prepareTextForOutput ($s) |
| |
| | _triggerComment () |
| |
| | _isSpam ($s) |
| |
| | _getAnchor ($iId) |
| |
Definition at line 10 of file ChNewsCmts.php.