PHP 클래스 Omnipay\Alipay\Requests\AopTradePayRequest

상속: extends AbstractAopRequest
파일 보기 프로젝트 열기: lokielse/omnipay-alipay

보호된 프로퍼티들

프로퍼티 타입 설명
$method
$notifiable
$polling
$pollingAttempts
$pollingWait
$response Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse | Omnipay\Alipay\Responses\AopTradeCancelResponse

공개 메소드들

메소드 설명
sendData ( mixed $data ) : AopTradePayResponse | AopTradeQueryResponse Send the request with specified data
setPolling ( boolean $polling ) : AopTradePayRequest
setPollingAttempts ( integer $pollingAttempts ) : AopTradePayRequest
setPollingWait ( integer $pollingWait ) : AopTradePayRequest
validateParams ( )

보호된 메소드들

메소드 설명
cancel ( )
polling ( )
query ( )

메소드 상세

cancel() 보호된 메소드

protected cancel ( )

polling() 보호된 메소드

protected polling ( )

query() 보호된 메소드

protected query ( )

sendData() 공개 메소드

Send the request with specified data
public sendData ( mixed $data ) : AopTradePayResponse | AopTradeQueryResponse
$data mixed The data to send
리턴 Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse

setPolling() 공개 메소드

public setPolling ( boolean $polling ) : AopTradePayRequest
$polling boolean
리턴 AopTradePayRequest

setPollingAttempts() 공개 메소드

public setPollingAttempts ( integer $pollingAttempts ) : AopTradePayRequest
$pollingAttempts integer
리턴 AopTradePayRequest

setPollingWait() 공개 메소드

public setPollingWait ( integer $pollingWait ) : AopTradePayRequest
$pollingWait integer
리턴 AopTradePayRequest

validateParams() 공개 메소드

public validateParams ( )

프로퍼티 상세

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

protected $method

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

protected $notifiable

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

protected $polling

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

protected $pollingAttempts

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

protected $pollingWait

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

protected AopTradePayResponse,Omnipay\Alipay\Responses|AopTradeQueryResponse,Omnipay\Alipay\Responses|AopTradeCancelResponse,Omnipay\Alipay\Responses $response
리턴 Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse | Omnipay\Alipay\Responses\AopTradeCancelResponse