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

  • ArchiveSplit
  • CoSync
  • Dashboard
  • Wx

Class Wx

CApplicationComponent
Extended by application\core\utils\System
Extended by application\modules\dashboard\utils\Wx
Namespace: application\modules\dashboard\utils
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/dashboard/utils/Wx.php

Methods summary

public static object
# getInstance( $className = __CLASS__ )

单例调用方法

单例调用方法

Returns

object

Overrides

application\core\utils\System::getInstance
public
# __construct( )

aeskey设置

aeskey设置

public
# setAeskey( $aeskey )

设置aeskey

设置aeskey

public string
# getAeskey( )

获取aeskey

获取aeskey

Returns

string
public type
# getSiteUrl( )

获取项目地址

获取项目地址

Returns

type
public string
# getBindingSrc( string $aeskey = null, string $domain = null, boolean $isInstall = false )

获取官网绑定视图地址

获取官网绑定视图地址

Parameters

$aeskey
$aeskey客户端aeskey,初次安装的话需要传此值来获取绑定路由
$domain
OA地址
$isInstall
是否是安装时的请求

Returns

string

Constants summary

string BINDING_ROUTE
# 'Api/WxCorp/loginView'
IBOS open source API documentation generated by ApiGen