Inherits SFEnumInput.
Inherited by SFCheckboxesInput, and SFListBoxInput.
Static Public Member Functions | |
| static | getOtherPropTypesHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| static | getOtherPropTypeListsHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| static | getParameters () |
| Returns the set of parameters for this form input. | |
The base class for every form input that holds a list of elements, each one from a pre-set enumeration of values.
Definition at line 16 of file SF_MultiEnumInput.php.
| static SFMultiEnumInput::getOtherPropTypesHandled | ( | ) | [static] |
Returns the set of SMW property types which this input can handle, but for which it isn't the default input.
Reimplemented from SFEnumInput.
Definition at line 18 of file SF_MultiEnumInput.php.
| static SFMultiEnumInput::getOtherPropTypeListsHandled | ( | ) | [static] |
Returns the set of SMW property types which this input can handle, but for which it isn't the default input.
Reimplemented from SFFormInput.
Reimplemented in SFCheckboxesInput.
Definition at line 22 of file SF_MultiEnumInput.php.
| static SFMultiEnumInput::getParameters | ( | ) | [static] |
Returns the set of parameters for this form input.
Reimplemented from SFEnumInput.
Reimplemented in SFListBoxInput.
Definition at line 26 of file SF_MultiEnumInput.php.
1.5.6