Zend Framework
1.12
|
Public Member Functions | |
formLabel ($name, $value=null, array $attribs=null) | |
Generates a 'label' 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 | |
formLabel | ( | $name, | |
$value = null , |
|||
array | $attribs = null |
||
) |
Generates a 'label' element.
string | $name | The form element name for which the label is being generated |
string | $value | The label text |
array | $attribs | Form element attributes (used to determine if disabled) |