FormElementButton
extends Element
in package
Uses
ElementTrait
This is the 'FormElementButton' 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' | |
---|---|---|
RESET | = 'reset' | |
SUBMIT | = 'submit' | |
getButton() | This method returns the button element configuration | : FormElement|null |
getReset() | This method returns the reset element configuration | : FormElement|null |
getSubmit() | This method returns the submit element configuration | : FormElement|null |
Constants
BUTTON
public
mixed
BUTTON
= 'button'
RESET
public
mixed
RESET
= 'reset'
SUBMIT
public
mixed
SUBMIT
= 'submit'
Methods
getButton()
This method returns the button element configuration
public
getButton() : FormElement|null
Return values
FormElement|null —getReset()
This method returns the reset element configuration
public
getReset() : FormElement|null
Return values
FormElement|null —getSubmit()
This method returns the submit element configuration
public
getSubmit() : FormElement|null