ElementInterface

Undocumented in source.

Members

Functions

getForm
Form getForm()

Returns the parent form to the element

getName
string getName()

Returns the element's name

getValidators
ValidatorInterface[] getValidators()
Undocumented in source.
render
string render()

Renders the element widget

setForm
ElementInterface setForm(Form form)

Sets the parent form to the element

setName
ElementInterface setName(string name)

Sets the element's name

Meta