| 1 | <?php |
||
| 9 | class ProjectType extends AbstractType |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function getName() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function setDefaultOptions(OptionsResolverInterface $resolver) |
||
| 45 | } |
||
| 46 |