Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Omnipay
WechatPay
Message
BaseAbstractRequest
PHP Class Omnipay\WechatPay\Message\BaseAbstractRequest
Inheritance:
extends
Omnipay\Common\Message\AbstractRequest
Exibir arquivo
Open project: lokielse/omnipay-wechatpay
Class Usage Examples
Public Methods
Method
Description
getApiKey
( ) :
mixed
getAppId
( ) :
mixed
getMchId
( ) :
mixed
setApiKey
(
mixed
$apiKey
)
setAppId
(
mixed
$appId
)
setMchId
(
mixed
$mchId
)
Method Details
getApiKey()
public
method
public
getApiKey
( ) :
mixed
return
mixed
getAppId()
public
method
public
getAppId
( ) :
mixed
return
mixed
getMchId()
public
method
public
getMchId
( ) :
mixed
return
mixed
setApiKey()
public
method
public
setApiKey
(
mixed
$apiKey
)
$apiKey
mixed
setAppId()
public
method
public
setAppId
(
mixed
$appId
)
$appId
mixed
setMchId()
public
method
public
setMchId
(
mixed
$mchId
)
$mchId
mixed