PHP Class ManualPaymentSystem

Inheritance: extends PaymentSystem
Afficher le fichier Open project: yupe/yupe

Méthodes publiques

Свойство Type Description
$parametersFile null

Méthodes publiques

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

Method Details

getParameters() public méthode

public getParameters ( ) : array
Résultat array

processCheckout() public méthode

public processCheckout ( Payment $payment, CHttpRequest $request ) : boolean | static
$payment Payment
$request CHttpRequest
Résultat boolean | static

renderCheckoutForm() public méthode

public renderCheckoutForm ( Payment $payment, Order $order, boolean $return = false ) : mixed | string
$payment Payment
$order Order
$return boolean
Résultat mixed | string

renderSettings() public méthode

public renderSettings ( array $paymentSettings = [], boolean $return = false ) : null
$paymentSettings array
$return boolean
Résultat null

Property Details

$parametersFile public_oe property

public null $parametersFile
Résultat null