PHP Class Omnipay\Alipay\Requests\AopTradePayRequest

Inheritance: extends AbstractAopRequest
Afficher le fichier Open project: lokielse/omnipay-alipay

Protected Properties

Свойство Type Description
$method
$notifiable
$polling
$pollingAttempts
$pollingWait
$response Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse | Omnipay\Alipay\Responses\AopTradeCancelResponse

Méthodes publiques

Méthode Description
sendData ( mixed $data ) : AopTradePayResponse | AopTradeQueryResponse Send the request with specified data
setPolling ( boolean $polling ) : AopTradePayRequest
setPollingAttempts ( integer $pollingAttempts ) : AopTradePayRequest
setPollingWait ( integer $pollingWait ) : AopTradePayRequest
validateParams ( )

Méthodes protégées

Méthode Description
cancel ( )
polling ( )
query ( )

Method Details

cancel() protected méthode

protected cancel ( )

polling() protected méthode

protected polling ( )

query() protected méthode

protected query ( )

sendData() public méthode

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

setPolling() public méthode

public setPolling ( boolean $polling ) : AopTradePayRequest
$polling boolean
Résultat AopTradePayRequest

setPollingAttempts() public méthode

public setPollingAttempts ( integer $pollingAttempts ) : AopTradePayRequest
$pollingAttempts integer
Résultat AopTradePayRequest

setPollingWait() public méthode

public setPollingWait ( integer $pollingWait ) : AopTradePayRequest
$pollingWait integer
Résultat AopTradePayRequest

validateParams() public méthode

public validateParams ( )

Property Details

$method protected_oe property

protected $method

$notifiable protected_oe property

protected $notifiable

$polling protected_oe property

protected $polling

$pollingAttempts protected_oe property

protected $pollingAttempts

$pollingWait protected_oe property

protected $pollingWait

$response protected_oe property

protected AopTradePayResponse,Omnipay\Alipay\Responses|AopTradeQueryResponse,Omnipay\Alipay\Responses|AopTradeCancelResponse,Omnipay\Alipay\Responses $response
Résultat Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse | Omnipay\Alipay\Responses\AopTradeCancelResponse