Zend Framework
1.12
|
Public Member Functions | |
loadDefaultDecorators () | |
Load default decorators. | |
![]() | |
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? | |
Public Attributes | |
$helper = 'formMultiCheckbox' | |
![]() | |
$options = array() | |
Protected Attributes | |
$_isArray = true | |
![]() | |
$_registerInArrayValidator = true | |
$_separator = '<br />' | |
$_translated = array() | |
Additional Inherited Members | |
![]() | |
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. | |
loadDefaultDecorators | ( | ) |
Load default decorators.
|
protected |
$helper = 'formMultiCheckbox' |