1 | <?php |
||
19 | class ContainerFactory implements FactoryInterface |
||
20 | { |
||
21 | /** |
||
22 | * @inheritdoc |
||
23 | * |
||
24 | * @param ServiceLocatorInterface $serviceLocator |
||
25 | * |
||
26 | * @return Container |
||
27 | * |
||
28 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
29 | */ |
||
30 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
40 | } |
||
41 |