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 BaseController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\email\controllers\BaseController

Direct known subclasses

application\modules\email\controllers\ApiController, application\modules\email\controllers\ContentController, application\modules\email\controllers\FolderController, application\modules\email\controllers\ListController, application\modules\email\controllers\WebController

Namespace: application\modules\email\controllers
Located at system/modules/email/controllers/BaseController.php

Methods summary

public
# __set( string $name, mixed $value )

设置相对应属性值

设置相对应属性值

Parameters

$name
$value
public mixed
# __get( string $name )

获取对应属性值

获取对应属性值

Parameters

$name

Returns

mixed
public
# init( )

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

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

Overrides

application\core\controllers\Controller::init
protected string
# getSidebar( $op = '' )

得到侧栏视图渲染结果

得到侧栏视图渲染结果

Returns

string

Params

string 当前动作
protected
# setListPageSize( integer $size )

设置列表页默认显示条数

设置列表页默认显示条数

Parameters

$size
protected integer
# getListPageSize( )

获取列表设置的条数

获取列表设置的条数

Returns

integer

Methods inherited from application\core\controllers\Controller

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

Constants summary

integer INBOX_ID
# 1
integer DRAFT_ID
# 2
integer SENT_ID
# 3
integer TRASH_ID
# 4
integer DEFAULT_PAGE_SIZE
# 10

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