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

  • CalendarClick
  • CalendarView
  • ClickEvent
  • ContactView
  • DiaryView
  • DocsView
  • EmailView
  • FileView
  • HelperScan
  • HomeView
  • LocationEvent
  • NewsView
  • ScanEvent

Class ScanEvent

CApplicationComponent
Extended by application\modules\message\core\wx\Callback
Extended by application\modules\message\core\wx\Event
Extended by application\modules\message\core\wx\event\ScanEvent

Direct known subclasses

application\modules\message\core\wx\event\HelperScan

Abstract
Namespace: application\modules\message\core\wx\event
Copyright: 2008-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/message/core/wx/event/ScanEvent.php

Methods summary

public
# setScanType( string $scanType )

设置扫描类型

设置扫描类型

Parameters

$scanType
public string
# getScanType( )

获取扫描类型

获取扫描类型

Returns

string
public
# setEventKey( string $key )

设置事件key

设置事件key

Parameters

$key
public string
# getEventKey( )

获取事件key

获取事件key

Returns

string
public
# setScanResult( string $scanResult )

设置扫描结果

设置扫描结果

Parameters

$scanResult
public string
# getScanResult( )

获取扫描结果

获取扫描结果

Returns

string

Methods inherited from application\modules\message\core\wx\Event

getEventType(), setEventType()

Methods inherited from application\modules\message\core\wx\Callback

getAppId(), getCorpId(), getMediaId(), getMessage(), getResType(), getUserId(), handle(), resNews(), resText(), setAppId(), setCorpId(), setMediaId(), setMessage(), setResType(), setUserId()

Constants summary

Constants inherited from application\modules\message\core\wx\Callback

RES_EVENT, RES_IMAGE, RES_TEXT, RES_VIDEO, RES_VOICE

Properties summary

protected string $scanType

扫描类型,一般是qrcode

扫描类型,一般是qrcode

# ''
protected string $scanResult

扫描结果,即二维码对应的字符串信息

扫描结果,即二维码对应的字符串信息

# ''
protected string $eventKey

事件KEY值,由开发者在创建菜单时设定

事件KEY值,由开发者在创建菜单时设定

# ''

Properties inherited from application\modules\message\core\wx\Event

$event

Properties inherited from application\modules\message\core\wx\Callback

$appId, $corpId, $eventType, $mediaId, $message, $resType, $userId

IBOS open source API documentation generated by ApiGen