class HiddenDateTimeType extends AbstractType

This class creates a form item type for a hidden date

Methods

void
__construct()

Constructor of class HiddenDateTimeType

string
getName()

Returns the name of this type.

string
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 HiddenDateTimeType

Return Value

void

at line 61
string getName()

Returns the name of this type.

Return Value

string The name of this type

at line 72
string getParent()

Returns the name of the parent type.

Return Value

string 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 98
void setDefaultOptions(OptionsResolverInterface $resolver)

Sets the default options for this type.

Parameters

OptionsResolverInterface $resolver The resolver for the options

Return Value

void