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 NotifyController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\message\controllers\BaseController
Extended by application\modules\message\controllers\NotifyController
Namespace: application\modules\message\controllers
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/message/controllers/NotifyController.php

Methods summary

public
# actionIndex( )

列表页

列表页

public
# actionDetail( )

详细页

详细页

public
# actionDelete( )

删除操作

删除操作

public
# actionSetAllRead( )

设置当前用户所有未读提醒为已读

设置当前用户所有未读提醒为已读

public
# actionSetIsRead( )

设置列表提醒为已读

设置列表提醒为已读

public
# actionDigg( )

收到的赞

收到的赞

public
# actionJump( )

提醒跳转统一连接

提醒跳转统一连接

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