ZMObject
└─ZMPaymentField
public class ZMPaymentField
extends ZMObject
| 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 | |
public void __construct(string label, string html)
Create new payment (input) field.
public string getHTML()
Get the field HTML.
public string getLabel()
Get the field name/label.
This may contain HTML, depending on the module.
A form field for a payment type.