FfListHelper
public class FfListHelper
| Field Summary | |
|---|---|
| mixed | The class name associated with this list. |
| mixed | The array of list values. |
| Constructor Summary | |
|---|---|
FfListHelper(array values, string cssClass) Constructs a new FfListHelper. |
|
__construct(array values, string cssClass) Constructs a new FfListHelper. |
|
| Method Summary | |
|---|---|
| void | addValue(string value) Appends a value to the list of values. |
| string | getHtml() Returns the HTML to display this list. |
public mixed $cssClass
The class name associated with this list.
public mixed $values = array()
The array of list values.
public FfListHelper(array values, string cssClass)
Constructs a new FfListHelper.
public __construct(array values, string cssClass)
Constructs a new FfListHelper.
public void addValue(string value)
Appends a value to the list of values.
public string getHtml()
Returns the HTML to display this list.
FfListHelper a helper class for displaying HTML lists.