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

  • BQQApi
  • Comment
  • IM
  • IMFactory
  • IMQq
  • IMRtx

Class IMRtx

CApplicationComponent
Extended by application\modules\message\core\IM
Extended by application\modules\message\core\IMRtx
Namespace: application\modules\message\core
Copyright: 2008-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/message/core/IMRtx.php

Methods summary

public
# setPwd( type $pwd )

Parameters

$pwd
$flag
public type
# getPwd( )

Returns

type
public boolean
# check( )

检查RTX绑定是否可用。只需检查初始化COM组件即可

检查RTX绑定是否可用。只需检查初始化COM组件即可

Returns

boolean
public
# push( )

统一推送接口

统一推送接口

public boolean
# syncOrg( )

同步组织架构到RTX

同步组织架构到RTX

Returns

boolean
public
# syncUser( )

同步用户

同步用户

protected string
# GUID( )

创建GUID,RTX发送IM消息时要用到

创建GUID,RTX发送IM消息时要用到

Returns

string
protected boolean
# pushMsg( )

推送 私信到IM

推送 私信到IM

Returns

boolean
protected type
# pushNotify( )

推送提醒

推送提醒

Returns

type
protected COM
# getObj( boolean $newApi = true )

获取RTX对象

获取RTX对象

Parameters

$newApi
是否使用新的API接口

Returns

COM
Object

Methods inherited from application\modules\message\core\IM

__construct(), getConfig(), getError(), getMessage(), getPushType(), getSyncFlag(), getUid(), getUrl(), isEnabled(), setConfig(), setError(), setMessage(), setPushType(), setSyncFlag(), setUid(), setUrl()

Constants summary

Constants inherited from application\modules\message\core\IM

ERROR_INIT, ERROR_PUSH, ERROR_SYNC, ERROR_UNKNOWN

Properties summary

protected type $syncFlag

同步标记,是增加还是删除

同步标记,是增加还是删除

#
protected type $pwd

同步用户时的密码。明文

同步用户时的密码。明文

#

Properties inherited from application\modules\message\core\IM

$config, $error, $message, $pushType, $uid, $url

IBOS open source API documentation generated by ApiGen