PHP 클래스 Omnipay\Alipay\Responses\LegacyRefundResponse

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

공개 메소드들

메소드 설명
getRedirectData ( ) Gets the redirect form data array, if the redirect method is POST.
getRedirectMethod ( ) Get the required redirect method (either GET or POST).
getRedirectUrl ( )
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() 공개 메소드

public getRedirectUrl ( )

isRedirect() 공개 메소드

public isRedirect ( )

isSuccessful() 공개 메소드

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