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

  • ApiController
  • BaseController
  • CommentController
  • FeedController
  • MentionController
  • NotifyController
  • PmController

Class FeedController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\message\controllers\BaseController
Extended by application\modules\message\controllers\FeedController
Namespace: application\modules\message\controllers
Located at system/modules/message/controllers/FeedController.php

Methods summary

public json
# actionPostFeed( )

发布微博操作,用于AJAX

发布微博操作,用于AJAX

Returns

json
发布微博后的结果信息JSON数据
public
# actionAllDiggList( )

赞过的人全部列表

赞过的人全部列表

public
# actionSimpleDiggList( )

赞过的人简要列表 (4个)

赞过的人简要列表 (4个)

public
# actionSetDigg( )

设置赞与被赞

设置赞与被赞

public
# actionRemoveFeed( )

前台删除一条动态/微博

前台删除一条动态/微博

public json
# actionShareFeed( )

转发微博操作,需要传入POST的值

转发微博操作,需要传入POST的值

Returns

json
分享/转发微博后的结果信息JSON数据
public
# actionAllowedlist( )

允许查看的人员列表

允许查看的人员列表

public
# actionGetexp( )

获取表情数据

获取表情数据

Methods inherited from application\modules\message\controllers\BaseController

getSidebar()

Methods inherited from application\core\controllers\Controller

__construct(), actionError(), ajaxReturn(), error(), filterNotAuthModule(), filterRoutes(), getAssetUrl(), init(), render(), setTitle(), showMessage(), success()

Constants summary

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen