Zend Framework
1.12
|
Public Member Functions | |
htmlList (array $items, $ordered=false, $attribs=false, $escape=true) | |
Generates a 'List' element. | |
![]() | |
getTranslator () | |
Get translator. | |
setTranslator ($translator=null) | |
Set translator. | |
![]() | |
getClosingBracket () | |
Get the tag closing bracket. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Additional Inherited Members | |
![]() | |
const | EOL = "\n" |
EOL character. | |
![]() | |
_getInfo ($name, $value=null, $attribs=null, $options=null, $listsep=null) | |
Converts parameter arguments to an element info array. | |
_hidden ($name, $value=null, $attribs=null) | |
Creates a hidden element. | |
![]() | |
$_translator | |
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. |