Zend Framework
1.12
|
Public Attributes | |
$multiple = 'multiple' | |
$helper = 'formSelect' | |
![]() | |
$multiple = false | |
$helper = 'formSelect' | |
![]() | |
$options = array() | |
Protected Attributes | |
$_isArray = true | |
Additional Inherited Members | |
![]() | |
getSeparator () | |
Retrieve separator. | |
setSeparator ($separator) | |
Set separator. | |
addMultiOption ($option, $value= '') | |
Add an option. | |
addMultiOptions (array $options) | |
Add many options at once. | |
setMultiOptions (array $options) | |
Set all options at once (overwrites) | |
getMultiOption ($option) | |
Retrieve single multi option. | |
getMultiOptions () | |
Retrieve options. | |
removeMultiOption ($option) | |
Remove a single multi option. | |
clearMultiOptions () | |
Clear all options. | |
setRegisterInArrayValidator ($flag) | |
Set flag indicating whether or not to auto-register inArray validator. | |
registerInArrayValidator () | |
Get status of auto-register inArray validator flag. | |
isValid ($value, $context=null) | |
Is the value provided valid? | |
![]() | |
static | resolveElementId (Zend_Form_Decorator_Interface $decorator) |
Used to resolve and return an element ID. | |
![]() | |
_getMultiOptions () | |
Retrieve options array. | |
_translateOption ($option, $value) | |
Translate an option. | |
_translateValue ($value) | |
Translate a multi option value. | |
|
protected |
$helper = 'formSelect' |
$multiple = 'multiple' |