PHP 클래스 Omnipay\Alipay\Requests\AbstractAopRequest

상속: extends Omnipay\Common\Message\AbstractRequest
파일 보기 프로젝트 열기: lokielse/omnipay-alipay 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$alipayPublicKey
$encryptKey
$endpoint
$method
$notifiable
$privateKey
$returnable

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
convertToString ( )
decode ( $data )
filter ( $data )
getRequestBody ( ) : string
getRequestUrl ( $data ) : string
setDefaults ( )
sign ( $params, $signType )
validateOne ( )

메소드 상세

convertToString() 보호된 메소드

protected convertToString ( )

decode() 보호된 메소드

protected decode ( $data )

filter() 보호된 메소드

protected filter ( $data )

getAlipayPublicKey() 공개 메소드

public getAlipayPublicKey ( ) : mixed
리턴 mixed

getAlipaySdk() 공개 메소드

public getAlipaySdk ( ) : mixed
리턴 mixed

getAppId() 공개 메소드

public getAppId ( ) : mixed
리턴 mixed

getBizContent() 공개 메소드

public getBizContent ( ) : mixed
리턴 mixed

getBizData() 공개 메소드

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

getCharset() 공개 메소드

public getCharset ( ) : mixed
리턴 mixed

getData() 공개 메소드

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
리턴 mixed

getEncryptKey() 공개 메소드

public getEncryptKey ( ) : mixed
리턴 mixed

getEndpoint() 공개 메소드

public getEndpoint ( ) : mixed
리턴 mixed

getFormat() 공개 메소드

public getFormat ( ) : mixed
리턴 mixed

getNotifyUrl() 공개 메소드

public getNotifyUrl ( ) : mixed
리턴 mixed

getPrivateKey() 공개 메소드

public getPrivateKey ( ) : mixed
리턴 mixed

getRequestBody() 보호된 메소드

protected getRequestBody ( ) : string
리턴 string

getRequestUrl() 보호된 메소드

protected getRequestUrl ( $data ) : string
$data
리턴 string

getReturnUrl() 공개 메소드

public getReturnUrl ( ) : mixed
리턴 mixed

getSignType() 공개 메소드

public getSignType ( ) : mixed
리턴 mixed

getTimestamp() 공개 메소드

public getTimestamp ( ) : mixed
리턴 mixed

getVersion() 공개 메소드

public getVersion ( ) : mixed
리턴 mixed

sendData() 공개 메소드

public sendData ( $data )

setAlipayPublicKey() 공개 메소드

public setAlipayPublicKey ( $value )
$value

setAlipaySdk() 공개 메소드

public setAlipaySdk ( $value )
$value

setAppId() 공개 메소드

public setAppId ( $value )
$value

setBizContent() 공개 메소드

public setBizContent ( $value )
$value

setCharset() 공개 메소드

public setCharset ( $value )
$value

setDefaults() 보호된 메소드

protected setDefaults ( )

setEncryptKey() 공개 메소드

public setEncryptKey ( $value )
$value

setEndpoint() 공개 메소드

public setEndpoint ( $value )
$value

setFormat() 공개 메소드

public setFormat ( $value )
$value

setNotifyUrl() 공개 메소드

public setNotifyUrl ( $value )
$value

setPrivateKey() 공개 메소드

public setPrivateKey ( $value )
$value

setReturnUrl() 공개 메소드

public setReturnUrl ( $value )
$value

setSignType() 공개 메소드

public setSignType ( $value )
$value

setTimestamp() 공개 메소드

public setTimestamp ( $value )
$value

setVersion() 공개 메소드

public setVersion ( $value )
$value

sign() 보호된 메소드

protected sign ( $params, $signType )

validateBizContent() 공개 메소드

public validateBizContent ( )

validateBizContentOne() 공개 메소드

validateOne() 보호된 메소드

protected validateOne ( )

validateParams() 공개 메소드

public validateParams ( )

프로퍼티 상세

$alipayPublicKey 보호되어 있는 프로퍼티

protected $alipayPublicKey

$encryptKey 보호되어 있는 프로퍼티

protected $encryptKey

$endpoint 보호되어 있는 프로퍼티

protected $endpoint

$method 보호되어 있는 프로퍼티

protected $method

$notifiable 보호되어 있는 프로퍼티

protected $notifiable

$privateKey 보호되어 있는 프로퍼티

protected $privateKey

$returnable 보호되어 있는 프로퍼티

protected $returnable