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

setCheckboxInput(InputFieldCheckboxInput $checkboxInput)

No description

setChoiceInput(InputFieldChoiceInput $choiceInput)

No description

setId($id)

No description

string
getId()

No description

setLabel(TextWithTooltip $label)

No description

getLabel()

No description

setRequired($required)

No description

bool
getRequired()

No description

setTextInput(InputFieldTextInput $textInput)

No description

Details

setCheckboxInput(InputFieldCheckboxInput $checkboxInput)

No description

Parameters

InputFieldCheckboxInput $checkboxInput

InputFieldCheckboxInput getCheckboxInput()

No description

setChoiceInput(InputFieldChoiceInput $choiceInput)

No description

Parameters

InputFieldChoiceInput $choiceInput

InputFieldChoiceInput getChoiceInput()

No description

Return Value

InputFieldChoiceInput

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setLabel(TextWithTooltip $label)

No description

Parameters

TextWithTooltip $label

TextWithTooltip getLabel()

No description

Return Value

TextWithTooltip

setRequired($required)

No description

Parameters

$required

bool getRequired()

No description

Return Value

bool

setTextInput(InputFieldTextInput $textInput)

No description

Parameters

InputFieldTextInput $textInput

InputFieldTextInput getTextInput()

No description

Return Value

InputFieldTextInput