Dojo/Form/Element/DijitMulti.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Dojo
- Subpackage
- Form_Element
\Zend_Dojo_Form_Element_DijitMulti
Package: Zend_Dojo\Form_Element
Returns
CheckBox dijit
Note: this would be easier with mixins or traits...
- Parent(s)
- \Zend_Dojo_Form_Element_Dijit < \Zend_Form_Element
- Children
- \Zend_Dojo_Form_Element_ComboBox
- \Zend_Dojo_Form_Element_RadioButton
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
- Version
- $Id$
Properties
bool $_registerInArrayValidator = true
Flag: autoregister inArray validator?
Default value
true
Details- Type
- bool
string $_separator = '<br />'
Separator to use between options; defaults to '
'.
'.
Default value
'<br />'
Details- Type
- string
array $_translated = array()
Which values are translated already?
Default value
array()
Details- Type
- array
Methods
_translateOption(string $option, string $value) : bool
Translate an option
Parameters
Returns
Name | Type | Description |
---|---|---|
$option | string | |
$value | string |
Type | Description |
---|---|
bool |
_translateValue(array | string $value) : array | string
Translate a value
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | array | string |
Type | Description |
---|---|
array | string |
addMultiOption(string $option, string $value = '') : \Zend_Form_Element_Multi
Add an option
Parameters
Returns
Name | Type | Description |
---|---|---|
$option | string | |
$value | string |
Type | Description |
---|---|
\Zend_Form_Element_Multi |
addMultiOptions(array $options) : \Zend_Form_Element_Multi
Add many options at once
Parameters
Returns
Name | Type | Description |
---|---|---|
$options | array |
Type | Description |
---|---|
\Zend_Form_Element_Multi |
clearMultiOptions() : \Zend_Form_Element_Multi
Clear all options
Returns
Type | Description |
---|---|
\Zend_Form_Element_Multi |
getMultiOption(string $option) : mixed
Retrieve single multi option
Parameters
Returns
Name | Type | Description |
---|---|---|
$option | string |
Type | Description |
---|---|
mixed |
isValid(string $value, mixed $context = null) : bool
Is the value provided valid?
Autoregisters InArray validator if necessary.
ParametersName | Type | Description |
---|---|---|
$value | string | |
$context | mixed |
Type | Description |
---|---|
bool |
registerInArrayValidator() : bool
Get status of auto-register inArray validator flag
Returns
Type | Description |
---|---|
bool |
removeMultiOption(string $option) : bool
Remove a single multi option
Parameters
Returns
Name | Type | Description |
---|---|---|
$option | string |
Type | Description |
---|---|
bool |
setMultiOptions(array $options) : \Zend_Form_Element_Multi
Set all options at once (overwrites)
Parameters
Returns
Name | Type | Description |
---|---|---|
$options | array |
Type | Description |
---|---|
\Zend_Form_Element_Multi |
setRegisterInArrayValidator(bool $flag) : \Zend_Form_Element_Multi
Set flag indicating whether or not to auto-register inArray validator
Parameters
Returns
Name | Type | Description |
---|---|---|
$flag | bool |
Type | Description |
---|---|
\Zend_Form_Element_Multi |