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 PmController

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

Methods summary

public
# actionIndex( )

私信列表页

私信列表页

public
# actionDetail( )

私信详情页

私信详情页

public
# actionLoadMessage( )

ajax加载私信列表内容

ajax加载私信列表内容

public
# actionReply( )

回复操作

回复操作

public
# actionPost( )

Ajax发送私信

Ajax发送私信

public
# actionSetAllRead( )

设置当前用户私信列表为已读

设置当前用户私信列表为已读

public
# actionSetIsRead( )

设置列表私信为已读

设置列表私信为已读

public
# actionDelete( )

删除私信

删除私信

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