1 | <?php |
||
14 | class CronType extends AbstractType |
||
15 | { |
||
16 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
35 | |||
36 | public function configureOptions(OptionsResolver $resolver) |
||
42 | |||
43 | /** |
||
44 | * Returns the name of this type. |
||
45 | * |
||
46 | * @return string The name of this type |
||
47 | */ |
||
48 | public function getName() |
||
52 | } |
||
53 |