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

  • AnnouncementController
  • ApprovalController
  • BackgroundController
  • BaseController
  • CobindingController
  • CoController
  • CosyncController
  • CreditController
  • CronController
  • DatabaseController
  • DateController
  • DefaultController
  • DepartmentController
  • EmailController
  • ImController
  • IndexController
  • LoginController
  • ModuleController
  • NavController
  • NotifyController
  • OptimizeController
  • OrganizationApiController
  • OrganizationBaseController
  • PermissionsController
  • PositionCategoryController
  • PositionController
  • QuicknavController
  • RoleController
  • SecurityController
  • ServiceController
  • SmsController
  • SplitController
  • StatusController
  • SyscodeController
  • SysstampController
  • UnitController
  • UpdateController
  • UpgradeController
  • UploadController
  • UserController
  • UsergroupController
  • WxbindingController
  • WxController
  • WxsyncController

Class CobindingController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\dashboard\controllers\BaseController
Extended by application\modules\dashboard\controllers\CoController
Extended by application\modules\dashboard\controllers\CobindingController
Namespace: application\modules\dashboard\controllers
Copyright: Copyright © 2015 IBOS Inc
Author: mumu 2317216477@qq.com
Located at system/modules/dashboard/controllers/CobindingController.php

Methods summary

public
# actionIndex( )

首页视图

首页视图

public
# actionLogin( )
public boolean
# coIsBindOa( type $corptoken, type $aeskey )

酷办公是否绑定oa,用aeskey判断,安装的时候用systemurl去验证

酷办公是否绑定oa,用aeskey判断,安装的时候用systemurl去验证

Parameters

$corptoken
$aeskey

Returns

boolean
public array
# returnCorp( type $param )

返回企业显示所需要的数据

返回企业显示所需要的数据

Parameters

$param

Returns

array
public
# actionLoginco( )

前端ajax请求的登录地址

前端ajax请求的登录地址

public
# actionUnifyCode( )

统一ibos和酷办公代码,以远程的为准

统一ibos和酷办公代码,以远程的为准

public
# actionImUnbindingIbos( )

酷办公解绑原有OA后,绑定现登录OA,并将现有OA与酷办公绑定

酷办公解绑原有OA后,绑定现登录OA,并将现有OA与酷办公绑定

public
# actionUnbinding( )

解绑酷办公

解绑酷办公

public
# actionQuitCo( )

退出企业

退出企业

public
# actionCreateAndBinding( )

创建企业并且绑定

创建企业并且绑定

Methods inherited from application\modules\dashboard\controllers\CoController

chkBinding(), getCoUser(), init()

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

beforeAction(), getAccess(), getAssetUrl(), imgUpload(), userLogin()

Methods inherited from application\core\controllers\Controller

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

Constants summary

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

Properties inherited from application\modules\dashboard\controllers\CoController

$isBinding

Properties inherited from application\modules\dashboard\controllers\BaseController

$layout, $loginUrl, $user

IBOS open source API documentation generated by ApiGen