ZenMagick 0.9.10


zenmagick.store.shared.model.checkout\ZMPaymentField
model\checkout\ZMPaymentField.php at line 33

Class ZMPaymentField

ZMObject
└─ZMPaymentField

public class ZMPaymentField
extends ZMObject

A form field for a payment type.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct(string label, string html)

Create new payment (input) field.

string

getHTML()

Get the field HTML.

string

getLabel()

Get the field name/label.

Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

model\checkout\ZMPaymentField.php at line 44

__construct

public void __construct(string label, string html)

Create new payment (input) field.

Parameters:
label - The field label.
html - The (input) field HTML.

model\checkout\ZMPaymentField.php at line 72

getHTML

public string getHTML()

Get the field HTML.

Returns:
The field HTML.

model\checkout\ZMPaymentField.php at line 65

getLabel

public string getLabel()

Get the field name/label.

This may contain HTML, depending on the module.

Returns:
The field name/label.

ZenMagick 0.9.10