ZenMagick 0.9.6


org.zenmagick.model.checkout.ZMPaymentField

Class ZMPaymentField

ZMObject
|
+--ZMPaymentField

public class ZMPaymentField
extends ZMObject

A form field for a payment type.

Author:
DerManoMann
Version:
$Id: ZMPaymentField.php 954 2008-03-29 10:12:29Z DerManoMann $

Fields inherited from org.zenmagick.ZMObject
properties_
Constructor Summary

ZMPaymentField(string label, string html)

Create new payment (input) field.

Method Summary
string

getHTML()

Get the field HTML.

string

getLabel()

Get the field name/label.

Methods inherited from org.zenmagick.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMPaymentField

public ZMPaymentField(string label, string html)

Create new payment (input) field.

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

Method Detail

getHTML

public string getHTML()

Get the field HTML.

Returns:
The field HTML.

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.6