1 | <?php |
||
18 | class FormAnnotationBuilderFactory extends AbstractFactory |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritDoc} |
||
22 | * |
||
23 | * @return \DoctrineORMModule\Form\Annotation\AnnotationBuilder |
||
24 | */ |
||
25 | 1 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
36 | |||
37 | /** |
||
38 | * {@inheritDoc} |
||
39 | * |
||
40 | * @return \DoctrineORMModule\Form\Annotation\AnnotationBuilder |
||
41 | */ |
||
42 | 1 | public function createService(ServiceLocatorInterface $container) |
|
46 | |||
47 | /** |
||
48 | * {@inheritDoc} |
||
49 | */ |
||
50 | public function getOptionsClass() |
||
53 | |||
54 | /** |
||
55 | * Retrieve the form factory |
||
56 | * |
||
57 | * @param ContainerInterface $services |
||
58 | * @return Factory |
||
59 | */ |
||
60 | 1 | private function getFormFactory(ContainerInterface $services) |
|
70 | } |
||
71 |