Zend Framework
1.12
|
Public Member Functions | |
formText ($name, $value=null, $attribs=null) | |
Generates a 'text' 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 | |
formText | ( | $name, | |
$value = null , |
|||
$attribs = null |
|||
) |
Generates a 'text' element.
public
string | array | $name | If a string, the element name. If an array, all other parameters are ignored, and the array elements are used in place of added parameters. |
mixed | $value | The element value. |
array | $attribs | Attributes for the element tag. |