1 | <?php |
||
26 | class ImageProcessingFactory implements FactoryInterface |
||
|
|||
27 | { |
||
28 | /** |
||
29 | * Create an ImageProcessing object |
||
30 | * |
||
31 | * @param ContainerInterface $container |
||
32 | * @param string $requestedName |
||
33 | 6 | * @param null|array $options |
|
34 | * @return ImageProcessing |
||
35 | */ |
||
36 | 6 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
40 | |||
41 | public function createService(ServiceLocatorInterface $services) |
||
45 | } |
||
46 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.