1 | <?php |
||
20 | class EntityServiceAbstractServiceFactory implements AbstractFactoryInterface |
||
|
|||
21 | { |
||
22 | const REPOSITORY_SERVICE_KEY = 'EntityRepositoryManager'; |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | 9 | public function canCreate(ContainerInterface $container, $requestedName) |
|
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | 3 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
41 | |||
42 | 3 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
|
46 | |||
47 | 3 | public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
|
57 | } |
||
58 |
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.