FormElementInput extends Element
in package
Uses ElementTrait

This is the 'FormElementInput' 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
FormElementInput::getButton()
see
FormElementInput::getCheckbox()
see
FormElementInput::getColor()
see
FormElementInput::getDate()
see
FormElementInput::getDatetimeLocal()
see
FormElementInput::getEmail()
see
FormElementInput::getFile()
see
FormElementInput::getHidden()
see
FormElementInput::getImage()
see
FormElementInput::getMonth()
see
FormElementInput::getNumber()
see
FormElementInput::getPassword()
see
FormElementInput::getRadio()
see
FormElementInput::getRange()
see
FormElementInput::getReset()
see
FormElementInput::getSearch()
see
FormElementInput::getSubmit()
see
FormElementInput::getTel()
see
FormElementInput::getText()
see
FormElementInput::getTime()
see
FormElementInput::getUrl()
see
FormElementInput::getWeek()
see
Element
uses
ElementTrait

Table of Contents

BUTTON  = 'button'
CHECKBOX  = 'checkbox'
COLOR  = 'color'
DATE  = 'date'
DATETIME_LOCAL  = 'datetimeLocal'
EMAIL  = 'email'
FILE  = 'file'
HIDDEN  = 'hidden'
IMAGE  = 'image'
MONTH  = 'month'
NUMBER  = 'number'
PASSWORD  = 'password'
RADIO  = 'radio'
RANGE  = 'range'
RESET  = 'reset'
SEARCH  = 'search'
SUBMIT  = 'submit'
TEL  = 'tel'
TEXT  = 'text'
TIME  = 'time'
URL  = 'url'
WEEK  = 'week'
getButton() This method returns the button element configuration  : FormElement|null
getCheckbox() This method returns the checkbox element configuration  : FormElement|null
getColor() This method returns the color element configuration  : FormElement|null
getDate() This method returns the date element configuration  : FormElement|null
getDatetimeLocal() This method returns the datetimeLocal element configuration  : FormElement|null
getEmail() This method returns the email element configuration  : FormElement|null
getFile() This method returns the file element configuration  : FormElement|null
getHidden() This method returns the hidden element configuration  : FormElement|null
getImage() This method returns the image element configuration  : FormElement|null
getMonth() This method returns the month element configuration  : FormElement|null
getNumber() This method returns the number element configuration  : FormElement|null
getPassword() This method returns the password element configuration  : FormElement|null
getRadio() This method returns the radio element configuration  : FormElement|null
getRange() This method returns the range element configuration  : FormElement|null
getReset() This method returns the reset element configuration  : FormElement|null
getSearch() This method returns the search element configuration  : FormElement|null
getSubmit() This method returns the submit element configuration  : FormElement|null
getTel() This method returns the tel element configuration  : FormElement|null
getText() This method returns the text element configuration  : FormElement|null
getTime() This method returns the time element configuration  : FormElement|null
getUrl() This method returns the url element configuration  : FormElement|null
getWeek() This method returns the week element configuration  : FormElement|null

Constants

Methods

Search results