ZenMagick 0.9.8


org.zenmagick.store.model.checkout.ZMPaymentField
\store\model\checkout\ZMPaymentField.php at line 34

Class ZMPaymentField

ZMObject
└─ZMPaymentField

public class ZMPaymentField
extends ZMObject

A form field for a payment type.

Author:
DerManoMann
Version:
$Id: ZMPaymentField.php 2694 2009-12-03 22:32:18Z dermanomann $

Fields inherited from org.zenmagick.core.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.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\model\checkout\ZMPaymentField.php at line 45

ZMPaymentField

public ZMPaymentField(string label, string html)

Create new payment (input) field.

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

Method Detail

\store\model\checkout\ZMPaymentField.php at line 73

getHTML

public string getHTML()

Get the field HTML.

Returns:
The field HTML.

\store\model\checkout\ZMPaymentField.php at line 66

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