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

  • DefaultController
  • HomeBaseController
  • HomeController
  • InfoController
  • SkinController

Class HomeController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\user\controllers\HomeBaseController
Extended by application\modules\user\controllers\HomeController
Namespace: application\modules\user\controllers
Located at system/modules/user/controllers/HomeController.php

Methods summary

public
# actionIndex( )

个人首页

个人首页

public
# actionPersonal( )

个人资料

个人资料

Throws

CException
public
# actionCredit( )

积分

积分

public
# actionCheckSecurityRating( )

检测安全得分

检测安全得分

public
# actionCheckRepeat( )

检查验证邮箱或手机是否重复

检查验证邮箱或手机是否重复

public
# actionShow( )

显示酷办公绑定视图

显示酷办公绑定视图

public
# actionBindco( )

酷办公绑定

酷办公绑定

public
# actionUnbindco( )
public
# getSignature( $aeskey, $oaUrl )
public
# actionBind( )

绑定操作

绑定操作

public
# actionCheckVerify( )

检查验证码

检查验证码

protected boolean
# sendVerify( string $operation, string $data )

发送验证流程

发送验证流程

Parameters

$operation
验证项目
$data
验证目标(邮件地址或手机)

Returns

boolean
验证成功与否
protected type
# getIndexData( )

个人首页数据获取

个人首页数据获取

Returns

type
protected array
# getAvatar( )

头像上传数据获取

头像上传数据获取

Returns

array
protected array
# getHistory( )

登陆历史数据获取

登陆历史数据获取

Returns

array
protected array
# getRemind( )

Returns

array
protected array
# getCreditLog( )

积分记录数据获取

积分记录数据获取

Returns

array
protected array
# getCreditLevel( )

积分称谓数据获取

积分称谓数据获取

Returns

array
protected array
# getCreditRule( )

积分规则数据获取

积分规则数据获取

Returns

array
protected integer
# getSecurityRating( )

安全评分数据

安全评分数据

Returns

integer

Methods inherited from application\modules\user\controllers\HomeBaseController

getColleagues(), getCreditSidebar(), getHeader(), getIsMe(), getIsWeiboEnabled(), getUid(), getUser(), init()

Methods inherited from application\core\controllers\Controller

__construct(), actionError(), ajaxReturn(), error(), filterNotAuthModule(), filterRoutes(), getAssetUrl(), 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