Summary
- File
-
Package
\Builder\Form\fieldset
- Parents \FormElement
This class allows you to manage easily html elements.
This class allows you to manage easily html elements.
display() : string
Return the element
None found |
get_id()
None found |
add_field(\FormField $field)
Adds a list in the container
\FormField | $field | The field to add |
None found |
add_element(\FormElement $element)
Adds a form element to the fieldset
\FormElement | $element | The element to add |
None found |
set_form_id(string $prefix)
Sets the id prefix for fields
string | $prefix | The new id prefix for fields. |
None found |
get_html_id()
None found |
validate()
None found |
disable()
None found |
enable()
None found |
is_disabled()
None found |
get_onsubmit_validations()
None found |
get_validation_error_messages()
None found |
has_field( $field_id) : boolean
$field_id |
None found |
get_field( $field_id) : \FormField
$field_id |
None found |
get_fields()
None found |
set_template(\Template $template)
\Template | $template |
None found |