PHP Class Omnipay\Alipay\Requests\AbstractAopRequest

Inheritance: extends Omnipay\Common\Message\AbstractRequest
ファイルを表示 Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Property Type Description
$alipayPublicKey
$encryptKey
$endpoint
$method
$notifiable
$privateKey
$returnable

Public Methods

Method Description
getAlipayPublicKey ( ) : mixed
getAlipaySdk ( ) : mixed
getAppId ( ) : mixed
getBizContent ( ) : mixed
getBizData ( null $key = null, null $default = null ) : mixed
getCharset ( ) : mixed
getData ( ) : mixed Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
getEncryptKey ( ) : mixed
getEndpoint ( ) : mixed
getFormat ( ) : mixed
getNotifyUrl ( ) : mixed
getPrivateKey ( ) : mixed
getReturnUrl ( ) : mixed
getSignType ( ) : mixed
getTimestamp ( ) : mixed
getVersion ( ) : mixed
sendData ( $data )
setAlipayPublicKey ( $value )
setAlipaySdk ( $value )
setAppId ( $value )
setBizContent ( $value )
setCharset ( $value )
setEncryptKey ( $value )
setEndpoint ( $value )
setFormat ( $value )
setNotifyUrl ( $value )
setPrivateKey ( $value )
setReturnUrl ( $value )
setSignType ( $value )
setTimestamp ( $value )
setVersion ( $value )
validateBizContent ( )
validateBizContentOne ( )
validateParams ( )

Protected Methods

Method Description
convertToString ( )
decode ( $data )
filter ( $data )
getRequestBody ( ) : string
getRequestUrl ( $data ) : string
setDefaults ( )
sign ( $params, $signType )
validateOne ( )

Method Details

convertToString() protected method

protected convertToString ( )

decode() protected method

protected decode ( $data )

filter() protected method

protected filter ( $data )

getAlipayPublicKey() public method

public getAlipayPublicKey ( ) : mixed
return mixed

getAlipaySdk() public method

public getAlipaySdk ( ) : mixed
return mixed

getAppId() public method

public getAppId ( ) : mixed
return mixed

getBizContent() public method

public getBizContent ( ) : mixed
return mixed

getBizData() public method

public getBizData ( null $key = null, null $default = null ) : mixed
$key null
$default null
return mixed

getCharset() public method

public getCharset ( ) : mixed
return mixed

getData() public method

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
public getData ( ) : mixed
return mixed

getEncryptKey() public method

public getEncryptKey ( ) : mixed
return mixed

getEndpoint() public method

public getEndpoint ( ) : mixed
return mixed

getFormat() public method

public getFormat ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getPrivateKey() public method

public getPrivateKey ( ) : mixed
return mixed

getRequestBody() protected method

protected getRequestBody ( ) : string
return string

getRequestUrl() protected method

protected getRequestUrl ( $data ) : string
$data
return string

getReturnUrl() public method

public getReturnUrl ( ) : mixed
return mixed

getSignType() public method

public getSignType ( ) : mixed
return mixed

getTimestamp() public method

public getTimestamp ( ) : mixed
return mixed

getVersion() public method

public getVersion ( ) : mixed
return mixed

sendData() public method

public sendData ( $data )

setAlipayPublicKey() public method

public setAlipayPublicKey ( $value )
$value

setAlipaySdk() public method

public setAlipaySdk ( $value )
$value

setAppId() public method

public setAppId ( $value )
$value

setBizContent() public method

public setBizContent ( $value )
$value

setCharset() public method

public setCharset ( $value )
$value

setDefaults() protected method

protected setDefaults ( )

setEncryptKey() public method

public setEncryptKey ( $value )
$value

setEndpoint() public method

public setEndpoint ( $value )
$value

setFormat() public method

public setFormat ( $value )
$value

setNotifyUrl() public method

public setNotifyUrl ( $value )
$value

setPrivateKey() public method

public setPrivateKey ( $value )
$value

setReturnUrl() public method

public setReturnUrl ( $value )
$value

setSignType() public method

public setSignType ( $value )
$value

setTimestamp() public method

public setTimestamp ( $value )
$value

setVersion() public method

public setVersion ( $value )
$value

sign() protected method

protected sign ( $params, $signType )

validateBizContent() public method

public validateBizContent ( )

validateBizContentOne() public method

validateOne() protected method

protected validateOne ( )

validateParams() public method

public validateParams ( )

Property Details

$alipayPublicKey protected_oe property

protected $alipayPublicKey

$encryptKey protected_oe property

protected $encryptKey

$endpoint protected_oe property

protected $endpoint

$method protected_oe property

protected $method

$notifiable protected_oe property

protected $notifiable

$privateKey protected_oe property

protected $privateKey

$returnable protected_oe property

protected $returnable