InputValue
class InputValue extends Model (View source)
Properties
protected | $checkboxInputValueType | ||
protected | $checkboxInputValueDataType | ||
protected | $choiceInputValueType | ||
protected | $choiceInputValueDataType | ||
string | $inputFieldId | ||
protected | $textInputValueType | ||
protected | $textInputValueDataType |
Methods
getCheckboxInputValue()
No description
getChoiceInputValue()
No description
setInputFieldId($inputFieldId)
No description
string
getInputFieldId()
No description
getTextInputValue()
No description
Details
setCheckboxInputValue(InputValueCheckboxInputValue $checkboxInputValue)
No description
InputValueCheckboxInputValue
getCheckboxInputValue()
No description
setChoiceInputValue(InputValueChoiceInputValue $choiceInputValue)
No description
InputValueChoiceInputValue
getChoiceInputValue()
No description
setInputFieldId($inputFieldId)
No description
string
getInputFieldId()
No description
setTextInputValue(InputValueTextInputValue $textInputValue)
No description
InputValueTextInputValue
getTextInputValue()
No description