PHP 클래스 ManualPaymentSystem

상속: extends PaymentSystem
파일 보기 프로젝트 열기: yupe/yupe

공개 프로퍼티들

프로퍼티 타입 설명
$parametersFile null

공개 메소드들

메소드 설명
getParameters ( ) : array
processCheckout ( Payment $payment, CHttpRequest $request ) : boolean | static
renderCheckoutForm ( Payment $payment, Order $order, boolean $return = false ) : mixed | string
renderSettings ( array $paymentSettings = [], boolean $return = false ) : null

메소드 상세

getParameters() 공개 메소드

public getParameters ( ) : array
리턴 array

processCheckout() 공개 메소드

public processCheckout ( Payment $payment, CHttpRequest $request ) : boolean | static
$payment Payment
$request CHttpRequest
리턴 boolean | static

renderCheckoutForm() 공개 메소드

public renderCheckoutForm ( Payment $payment, Order $order, boolean $return = false ) : mixed | string
$payment Payment
$order Order
$return boolean
리턴 mixed | string

renderSettings() 공개 메소드

public renderSettings ( array $paymentSettings = [], boolean $return = false ) : null
$paymentSettings array
$return boolean
리턴 null

프로퍼티 상세

$parametersFile 공개적으로 프로퍼티

public null $parametersFile
리턴 null