PHP Class Omnipay\Alipay\Requests\AbstractLegacyRequest

Inheritance: extends Omnipay\Common\Message\AbstractRequest
Datei anzeigen Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$alipayPublicKey
$endpoint
$key
$privateKey
$service
$signType

Public Methods

Method Description
getAlipayPublicKey ( ) : mixed
getAlipaySdk ( ) : mixed
getEndpoint ( ) : string
getInputCharset ( ) : mixed
getKey ( ) : mixed
getPartner ( ) : mixed
getPaymentType ( ) : mixed
getPrivateKey ( ) : mixed
getSignType ( ) : mixed
setAlipayPublicKey ( $value )
setAlipaySdk ( $value )
setInputCharset ( $value )
setKey ( $value )
setPartner ( $value )
setPaymentType ( $value )
setPrivateKey ( $value )
setSignType ( $value )

Protected Methods

Method Description
filter ( $data )
sign ( $params, $signType )
validateOne ( )

Method Details

filter() protected method

protected filter ( $data )

getAlipayPublicKey() public method

public getAlipayPublicKey ( ) : mixed
return mixed

getAlipaySdk() public method

public getAlipaySdk ( ) : mixed
return mixed

getEndpoint() public method

public getEndpoint ( ) : string
return string

getInputCharset() public method

public getInputCharset ( ) : mixed
return mixed

getKey() public method

public getKey ( ) : mixed
return mixed

getPartner() public method

public getPartner ( ) : mixed
return mixed

getPaymentType() public method

public getPaymentType ( ) : mixed
return mixed

getPrivateKey() public method

public getPrivateKey ( ) : mixed
return mixed

getSignType() public method

public getSignType ( ) : mixed
return mixed

setAlipayPublicKey() public method

public setAlipayPublicKey ( $value )
$value

setAlipaySdk() public method

public setAlipaySdk ( $value )
$value

setInputCharset() public method

public setInputCharset ( $value )
$value

setKey() public method

public setKey ( $value )
$value

setPartner() public method

public setPartner ( $value )
$value

setPaymentType() public method

public setPaymentType ( $value )
$value

setPrivateKey() public method

public setPrivateKey ( $value )
$value

setSignType() public method

public setSignType ( $value )
$value

sign() protected method

protected sign ( $params, $signType )

validateOne() protected method

protected validateOne ( )

Property Details

$alipayPublicKey protected_oe property

protected $alipayPublicKey

$endpoint protected_oe property

protected $endpoint

$key protected_oe property

protected $key

$privateKey protected_oe property

protected $privateKey

$service protected_oe property

protected $service

$signType protected_oe property

protected $signType