class HiddenMontantType extends AbstractType

This class creates a form item type for a hidden french amount

Methods

void
__construct()

Constructor of class HiddenMontantType

mixed
getName()

Returns the name of this type.

mixed
getParent()

Returns the name of the parent type.

void
buildForm(FormBuilderInterface $builder, array $options)

Builds the form.

void
setDefaultOptions(OptionsResolverInterface $resolver)

Sets the default options for this type.

Details

at line 51
void __construct()

Constructor of class HiddenMontantType

Return Value

void

at line 61
mixed getName()

Returns the name of this type.

Return Value

mixed The name of this type

at line 72
mixed getParent()

Returns the name of the parent type.

Return Value

mixed The name of the parent type

at line 85
void buildForm(FormBuilderInterface $builder, array $options)

Builds the form.

Parameters

FormBuilderInterface $builder The form builder
array $options The options

Return Value

void

at line 99
void setDefaultOptions(OptionsResolverInterface $resolver)

Sets the default options for this type.

Parameters

OptionsResolverInterface $resolver The resolver for the options

Return Value

void