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 ApiController

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

Methods summary

public boolean
# filterRoutes( string $routes )

ICAPPLICATION组件会调用各控制器的此方法进行验证,子类可重写这个实现各自的验证 规则

ICAPPLICATION组件会调用各控制器的此方法进行验证,子类可重写这个实现各自的验证 规则

Parameters

$routes

Returns

boolean

Overrides

application\core\controllers\Controller::filterRoutes
public
# init( )

初始化文件夹ID与存档ID

初始化文件夹ID与存档ID

Overrides

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

获取左侧sidebar统计

获取左侧sidebar统计

public
# actionSetAllRead( )

设置指定人员的所有邮件为已读

设置指定人员的所有邮件为已读

public
# actionRecall( )

撤回操作

撤回操作

public
# actionDelDraft( )

删除草稿

删除草稿

public
# actionCpDel( )

彻底删除

彻底删除

public
# actionMark( )

标记动作

标记动作

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(), 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