Public Member Functions | |
htmlList (array $items, $ordered=false, $attribs=false, $escape=true) |
Definition at line 39 of file HtmlList.php.
htmlList | ( | array $ | items, |
$ | ordered = false , |
||
$ | attribs = false , |
||
$ | escape = true |
||
) |
Generates a 'List' element.
array | $items | Array with the elements of the list |
boolean | $ordered | Specifies ordered/unordered list; default unordered |
array | $attribs | Attributes for the ol/ul tag. |
Definition at line 50 of file HtmlList.php.