1 | <?php |
||
17 | class ImageServiceFactory implements FactoryInterface |
||
18 | { |
||
19 | /** |
||
20 | * Create ImageService |
||
21 | * |
||
22 | * @param ServiceLocatorInterface $serviceLocator |
||
23 | * |
||
24 | * @return ImageService |
||
25 | * @throws InvalidArgumentException |
||
26 | */ |
||
27 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
43 | } |
||
44 |