FormFieldSimpleSelectChoice
This class manage select fields. It provides you additionnal field options :
- multiple : Type of select field, mutiple allow you to check several options.
- AbstractFormField implements FormField
- AbstractFormFieldChoice
- FormFieldSimpleSelectChoice
public
|
#
__construct( string $id, string $label, mixed $value, array $options, array $field_options = array(), array $constraints = array() )
Constructs a FormFieldSimpleSelectChoice. |
public
string
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
add_option(),
clear_options(),
get_option_id(),
get_options(),
retrieve_value(),
set_options(),
set_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
|