InputField
class InputField extends Model (View source)
Properties
| protected | $checkboxInputType | ||
| protected | $checkboxInputDataType | ||
| protected | $choiceInputType | ||
| protected | $choiceInputDataType | ||
| string | $id | ||
| protected | $labelType | ||
| protected | $labelDataType | ||
| bool | $required | ||
| protected | $textInputType | ||
| protected | $textInputDataType |
Methods
getCheckboxInput()
No description
getChoiceInput()
No description
setId($id)
No description
string
getId()
No description
getLabel()
No description
setRequired($required)
No description
bool
getRequired()
No description
getTextInput()
No description
Details
setCheckboxInput(InputFieldCheckboxInput $checkboxInput)
No description
InputFieldCheckboxInput
getCheckboxInput()
No description
setChoiceInput(InputFieldChoiceInput $choiceInput)
No description
InputFieldChoiceInput
getChoiceInput()
No description
setId($id)
No description
string
getId()
No description
setLabel(TextWithTooltip $label)
No description
TextWithTooltip
getLabel()
No description
setRequired($required)
No description
bool
getRequired()
No description
setTextInput(InputFieldTextInput $textInput)
No description
InputFieldTextInput
getTextInput()
No description