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