1 | <?php |
||
19 | class AspectKernelFactory implements FactoryInterface |
||
|
|||
20 | { |
||
21 | |||
22 | /** |
||
23 | * Create service |
||
24 | * |
||
25 | * This method gains ZF3 compatibility |
||
26 | * |
||
27 | * @param ContainerInterface $container |
||
28 | * @param string $requestedName |
||
29 | * @param array $options |
||
30 | * |
||
31 | * @return mixed |
||
32 | */ |
||
33 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
37 | |||
38 | /** |
||
39 | * Create service |
||
40 | * |
||
41 | * @param ServiceLocatorInterface $serviceLocator |
||
42 | * |
||
43 | * @return mixed |
||
44 | */ |
||
45 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
52 | } |
||
53 |
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.