Zend Framework
1.12
|
Public Member Functions | |
formMultiCheckbox ($name, $value=null, $attribs=null, $options=null, $listsep="<br />\n") | |
Generates a set of checkbox button elements. | |
![]() | |
formRadio ($name, $value=null, $attribs=null, $options=null, $listsep="<br />\n") | |
Generates a set of radio button elements. | |
![]() | |
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. | |
Protected Attributes | |
$_inputType = 'checkbox' | |
$_isArray = true | |
![]() | |
$_inputType = 'radio' | |
$_isArray = false | |
![]() | |
$_translator | |
![]() | |
$_closingBracket = null | |
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. | |
formMultiCheckbox | ( | $name, | |
$value = null , |
|||
$attribs = null , |
|||
$options = null , |
|||
$listsep = "<br />\n" |
|||
) |
Generates a set of checkbox button elements.
public
string | array | $name | If a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters. |
mixed | $value | The checkbox value to mark as 'checked'. |
array | $options | An array of key-value pairs where the array key is the checkbox value, and the array value is the radio text. |
array | string | $attribs | Attributes added to each radio. |
|
protected |
|
protected |