1 | <?php |
||
27 | class ToggleContextFactory implements FactoryInterface |
||
|
|||
28 | { |
||
29 | /** |
||
30 | * Create an object |
||
31 | * |
||
32 | * @param ContainerInterface $container |
||
33 | * @param string $requestedName |
||
34 | * @param null|array $options |
||
35 | * |
||
36 | * @return Context |
||
37 | * |
||
38 | * @throws \Psr\Container\ContainerExceptionInterface |
||
39 | */ |
||
40 | 1 | public function __invoke(ContainerInterface $container, $requestedName = '', array $options = null) |
|
53 | |||
54 | /** |
||
55 | * Create service |
||
56 | * |
||
57 | * @param ServiceLocatorInterface $serviceLocator |
||
58 | * @return mixed |
||
59 | */ |
||
60 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
64 | } |
||
65 |
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.