class InputValue extends Model (View source)

Properties

protected $checkboxInputValueType
protected $checkboxInputValueDataType
protected $choiceInputValueType
protected $choiceInputValueDataType
string $inputFieldId
protected $textInputValueType
protected $textInputValueDataType

Methods

setCheckboxInputValue(InputValueCheckboxInputValue $checkboxInputValue)

No description

setChoiceInputValue(InputValueChoiceInputValue $choiceInputValue)

No description

setInputFieldId($inputFieldId)

No description

string
getInputFieldId()

No description

setTextInputValue(InputValueTextInputValue $textInputValue)

No description

Details

setCheckboxInputValue(InputValueCheckboxInputValue $checkboxInputValue)

No description

Parameters

InputValueCheckboxInputValue $checkboxInputValue

InputValueCheckboxInputValue getCheckboxInputValue()

No description

setChoiceInputValue(InputValueChoiceInputValue $choiceInputValue)

No description

Parameters

InputValueChoiceInputValue $choiceInputValue

InputValueChoiceInputValue getChoiceInputValue()

No description

setInputFieldId($inputFieldId)

No description

Parameters

$inputFieldId

string getInputFieldId()

No description

Return Value

string

setTextInputValue(InputValueTextInputValue $textInputValue)

No description

Parameters

InputValueTextInputValue $textInputValue

InputValueTextInputValue getTextInputValue()

No description