PHP Класс Omnipay\Alipay\Requests\AopTradePayRequest

Наследование: extends AbstractAopRequest
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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