PHP 클래스 Omnipay\Alipay\Responses\AopTradeWapPayResponse

상속: extends AbstractResponse, implements Omnipay\Common\Message\RedirectResponseInterface
파일 보기 프로젝트 열기: lokielse/omnipay-alipay

보호된 프로퍼티들

프로퍼티 타입 설명
$request Omnipay\Alipay\Requests\AopTradeWapPayRequest

공개 메소드들

메소드 설명
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?

메소드 상세

getRedirectData() 공개 메소드

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

getRedirectMethod() 공개 메소드

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

getRedirectUrl() 공개 메소드

Gets the redirect target url.
public getRedirectUrl ( )

isRedirect() 공개 메소드

public isRedirect ( )

isSuccessful() 공개 메소드

Is the response successful?
public isSuccessful ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected AopTradeWapPayRequest,Omnipay\Alipay\Requests $request
리턴 Omnipay\Alipay\Requests\AopTradeWapPayRequest