FormElement
extends Element
in package
Uses
ElementTrait
This is the 'FormElement' 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
ELEMENT_CLASS | = 'elementClass' | |
---|---|---|
LABEL_CLASS | = 'labelClass' | |
getElementClass() | This method returns the element class value. | : string |
getLabelClass() | This method returns the label class value. | : string |
Constants
ELEMENT_CLASS
public
mixed
ELEMENT_CLASS
= 'elementClass'
LABEL_CLASS
public
mixed
LABEL_CLASS
= 'labelClass'
Methods
getElementClass()
This method returns the element class value.
public
getElementClass() : string
Return values
string —getLabelClass()
This method returns the label class value.
public
getLabelClass() : string