1 | <?php |
||
20 | class ResourceLoaderInitializerFactory implements FactoryInterface, MutableCreationOptionsInterface |
||
21 | { |
||
22 | use MutableCreationOptionsTrait; |
||
23 | |||
24 | /** |
||
25 | * @inheritDoc |
||
26 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
27 | */ |
||
28 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
43 | } |
||
44 |