FormFieldCSRFToken
This class manage hidden input fields.
- AbstractFormField implements FormField
- FormFieldHidden
- FormFieldCSRFToken
public
|
#
__construct( string $id,…, string $label,…, mixed $value,… )
Constructs and set parameters to the field. The specific parameters of this abstract class (common with many fields) are the following:
None of these parameters is required. |
display(),
get_default_template(),
retrieve_value()
|
$constraints,
$css_class,
$css_field_class,
$css_form_field_class,
$description,
$disabled,
$events,
$form_constraints,
$hidden,
$id,
$label,
$pattern,
$placeholder,
$readonly,
$required,
$template,
$validation_error_message,
$value
|