FormElements extends Element
in package
Uses ElementTrait

This is the 'FormElements' class, a DTO class for the form configuration data.

The items stored in this class will remain immutable (only get methods are available).
This class extends SDK\Core\Dtos\Element, see this class.

Tags
see
FormElements::getButton()
see
FormElements::getInput()
see
FormElements::getOption()
see
FormElements::getSelect()
see
FormElements::getTextarea()
see
Element
see
ElementTrait

Table of Contents

BUTTON  = 'button'
INPUT  = 'input'
OPTION  = 'option'
SELECT  = 'select'
TEXTAREA  = 'textarea'
getButton() This method returns the button element configuration  : FormElementButton|null
getInput() This method returns the input element configuration  : FormElementInput|null
getOption() This method returns the option element configuration  : FormElement|null
getSelect() This method returns the select element configuration  : FormElement|null
getTextarea() This method returns the textarea element configuration  : FormElement|null

Constants

Methods

Search results