IBOS open source
  • Namespace
  • Class

Namespaces

  • application
    • core
      • cache
        • driver
        • provider
      • components
      • controllers
      • engines
        • local
        • sae
      • model
      • modules
      • utils
      • widgets
    • modules
      • article
        • controllers
        • core
        • model
        • utils
      • calendar
        • controllers
        • model
        • utils
      • contact
        • controllers
        • model
        • utils
      • dashboard
        • controllers
        • model
        • utils
      • department
        • components
        • model
        • utils
      • diary
        • components
        • controllers
        • model
        • utils
        • widgets
      • email
        • controllers
        • core
        • model
        • utils
      • main
        • behaviors
        • components
        • controllers
        • model
        • utils
        • widgets
      • message
        • controllers
        • core
          • co
          • wx
            • callback
            • event
        • model
        • utils
      • mobile
        • components
        • controllers
        • utils
      • position
        • components
        • model
        • utils
      • recruit
        • components
        • controllers
        • core
        • model
        • utils
        • widgets
      • role
        • model
        • utils
      • user
        • components
        • controllers
        • model
        • utils
      • vote
        • components
        • controllers
        • model
        • utils
      • weibo
        • controllers
        • core
        • model
        • utils

Classes

  • Article
  • ArticleCategory
  • ArticleComment
  • ArticleVote

Class ArticleComment

CWidget
Extended by application\modules\message\core\Comment
Extended by application\modules\article\core\ArticleComment
Namespace: application\modules\article\core
Located at system/modules/article/core/ArticleComment.php

Methods summary

public
# init( )
public type
# run( )

运行widget

运行widget

Returns

type
public type
# fetchCommentList( )

获取评论/回复列表

获取评论/回复列表

Returns

type
protected
# afterAdd( array $data, array $sourceInfo )

增加前处理,根据类型设置不同的解析视图

增加前处理,根据类型设置不同的解析视图

Parameters

$data
$sourceInfo

Overrides

application\modules\message\core\Comment::afterAdd

Methods inherited from application\modules\message\core\Comment

addComment(), beforeDelComment(), delComment(), getAttributes(), getCommentCount(), getCommentList(), getCommentMap(), getModule(), getParseView(), getTable(), parseComment(), setAttributes(), setModule(), setParseView(), setTable()

Constants summary

Constants inherited from application\modules\message\core\Comment

COMMENT_LIST_VIEW, COMMENT_PARSE_VIEW, REPLY_LIST_VIEW, REPLY_PARSE_VIEW, SOURCE_TABLE

IBOS open source API documentation generated by ApiGen