PHP Class Omnipay\Alipay\Requests\AbstractAopRequest

Inheritance: extends Omnipay\Common\Message\AbstractRequest
Afficher le fichier Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Свойство Type Description
$alipayPublicKey
$encryptKey
$endpoint
$method
$notifiable
$privateKey
$returnable

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

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

Method Details

convertToString() protected méthode

protected convertToString ( )

decode() protected méthode

protected decode ( $data )

filter() protected méthode

protected filter ( $data )

getAlipayPublicKey() public méthode

public getAlipayPublicKey ( ) : mixed
Résultat mixed

getAlipaySdk() public méthode

public getAlipaySdk ( ) : mixed
Résultat mixed

getAppId() public méthode

public getAppId ( ) : mixed
Résultat mixed

getBizContent() public méthode

public getBizContent ( ) : mixed
Résultat mixed

getBizData() public méthode

public getBizData ( null $key = null, null $default = null ) : mixed
$key null
$default null
Résultat mixed

getCharset() public méthode

public getCharset ( ) : mixed
Résultat mixed

getData() public méthode

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
Résultat mixed

getEncryptKey() public méthode

public getEncryptKey ( ) : mixed
Résultat mixed

getEndpoint() public méthode

public getEndpoint ( ) : mixed
Résultat mixed

getFormat() public méthode

public getFormat ( ) : mixed
Résultat mixed

getNotifyUrl() public méthode

public getNotifyUrl ( ) : mixed
Résultat mixed

getPrivateKey() public méthode

public getPrivateKey ( ) : mixed
Résultat mixed

getRequestBody() protected méthode

protected getRequestBody ( ) : string
Résultat string

getRequestUrl() protected méthode

protected getRequestUrl ( $data ) : string
$data
Résultat string

getReturnUrl() public méthode

public getReturnUrl ( ) : mixed
Résultat mixed

getSignType() public méthode

public getSignType ( ) : mixed
Résultat mixed

getTimestamp() public méthode

public getTimestamp ( ) : mixed
Résultat mixed

getVersion() public méthode

public getVersion ( ) : mixed
Résultat mixed

sendData() public méthode

public sendData ( $data )

setAlipayPublicKey() public méthode

public setAlipayPublicKey ( $value )
$value

setAlipaySdk() public méthode

public setAlipaySdk ( $value )
$value

setAppId() public méthode

public setAppId ( $value )
$value

setBizContent() public méthode

public setBizContent ( $value )
$value

setCharset() public méthode

public setCharset ( $value )
$value

setDefaults() protected méthode

protected setDefaults ( )

setEncryptKey() public méthode

public setEncryptKey ( $value )
$value

setEndpoint() public méthode

public setEndpoint ( $value )
$value

setFormat() public méthode

public setFormat ( $value )
$value

setNotifyUrl() public méthode

public setNotifyUrl ( $value )
$value

setPrivateKey() public méthode

public setPrivateKey ( $value )
$value

setReturnUrl() public méthode

public setReturnUrl ( $value )
$value

setSignType() public méthode

public setSignType ( $value )
$value

setTimestamp() public méthode

public setTimestamp ( $value )
$value

setVersion() public méthode

public setVersion ( $value )
$value

sign() protected méthode

protected sign ( $params, $signType )

validateBizContent() public méthode

public validateBizContent ( )

validateBizContentOne() public méthode

validateOne() protected méthode

protected validateOne ( )

validateParams() public méthode

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