963. Class

963.1. Zend\View\Helper\HtmlList

Helper for ordered and unordered lists

963.1.1. Methods

963.1.1.1. __invoke

__invoke()

Generates a ‘List’ element.

Parameters:
  • array – Array with the elements of the list
  • bool – Specifies ordered/unordered list; default unordered
  • array – Attributes for the ol/ul tag.
  • bool – Escape the items.
Return type:

string The list XHTML.

Project Versions

Table Of Contents

Previous topic

962. Class

Next topic

964. Class

This Page