PHP Class Omnipay\Alipay\Responses\AopTradeWapPayResponse

Inheritance: extends AbstractResponse, implements Omnipay\Common\Message\RedirectResponseInterface
Afficher le fichier Open project: lokielse/omnipay-alipay

Protected Properties

Свойство Type Description
$request Omnipay\Alipay\Requests\AopTradeWapPayRequest

Méthodes publiques

Méthode 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 méthode

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

getRedirectMethod() public méthode

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

getRedirectUrl() public méthode

Gets the redirect target url.
public getRedirectUrl ( )

isRedirect() public méthode

public isRedirect ( )

isSuccessful() public méthode

Is the response successful?
public isSuccessful ( ) : boolean
Résultat boolean

Property Details

$request protected_oe property

protected AopTradeWapPayRequest,Omnipay\Alipay\Requests $request
Résultat Omnipay\Alipay\Requests\AopTradeWapPayRequest