1 | <?php |
||
26 | class CommentType extends AbstractType |
||
27 | { |
||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function configureOptions(OptionsResolver $resolver) |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function getName() |
||
53 | |||
54 | /** |
||
55 | * {@inheritdoc} |
||
56 | */ |
||
57 | protected function createEmptyData(FormInterface $form) |
||
61 | } |
||
62 |