public
|
#
__construct( string $id, string $label, mixed $value = 0, string[] $field_options = array(), array $constraints = array() )
Constructs a FormFieldMemberCaution.
Constructs a FormFieldMemberCaution.
Parameters
- $id
- Field id
- $label
- Field label
- $value
- Default value (either a FormFieldEnumOption object or a string corresponding to the FormFieldEnumOption's raw value)
- $field_options
- Map of the field options (this field has no specific option, there are only the inherited ones)
- $constraints
- of the constraints
Overrides
|