Public Member Functions

Zend_View_Helper_HtmlList Class Reference

Inheritance diagram for Zend_View_Helper_HtmlList:
Zend_View_Helper_FormElement Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 htmlList (array $items, $ordered=false, $attribs=false, $escape=true)

Detailed Description

Definition at line 39 of file HtmlList.php.


Member Function Documentation

htmlList ( array $  items,
ordered = false,
attribs = false,
escape = true 
)

Generates a 'List' element.

Parameters:
array$itemsArray with the elements of the list
boolean$orderedSpecifies ordered/unordered list; default unordered
array$attribsAttributes for the ol/ul tag.
Returns:
string The list XHTML.

Definition at line 50 of file HtmlList.php.


The documentation for this class was generated from the following file: