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
  • ContentController
  • DashboardController
  • FolderController
  • ListController
  • WebController

Class ContentController

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

Methods summary

public
# init( )

初始化用户ID,用户文件夹,外部邮箱及其列表等全局通用的数据

初始化用户ID,用户文件夹,外部邮箱及其列表等全局通用的数据

Overrides

application\modules\email\controllers\BaseController::init
public
# actionIndex( )

列表页

列表页

public
# actionAdd( )

写邮件

写邮件

public
# actionEdit( )

编辑

编辑

public
# actionShow( )

邮件显示

邮件显示

public
# actionExport( )

导出操作

导出操作

protected
# checkUserSize( )

检查用户邮件使用情况

检查用户邮件使用情况

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

__get(), __set(), getListPageSize(), getSidebar(), setListPageSize()

Methods inherited from application\core\controllers\Controller

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

Constants summary

Constants inherited from application\modules\email\controllers\BaseController

DEFAULT_PAGE_SIZE, DRAFT_ID, INBOX_ID, SENT_ID, TRASH_ID

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