PHP Class Omnipay\Alipay\Responses\AopTradeWapPayResponse

Inheritance: extends AbstractResponse, implements Omnipay\Common\Message\RedirectResponseInterface
ファイルを表示 Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$request Omnipay\Alipay\Requests\AopTradeWapPayRequest

Public Methods

Method Description
getRedirectData ( ) Gets the redirect form data array, if the redirect method is POST.
getRedirectMethod ( ) Get the required redirect method (either GET or POST).
getRedirectUrl ( ) Gets the redirect target url.
isRedirect ( )
isSuccessful ( ) : boolean Is the response successful?

Method Details

getRedirectData() public method

Gets the redirect form data array, if the redirect method is POST.
public getRedirectData ( )

getRedirectMethod() public method

Get the required redirect method (either GET or POST).
public getRedirectMethod ( )

getRedirectUrl() public method

Gets the redirect target url.
public getRedirectUrl ( )

isRedirect() public method

public isRedirect ( )

isSuccessful() public method

Is the response successful?
public isSuccessful ( ) : boolean
return boolean

Property Details

$request protected_oe property

protected AopTradeWapPayRequest,Omnipay\Alipay\Requests $request
return Omnipay\Alipay\Requests\AopTradeWapPayRequest