1 | <?php |
||
19 | final class LoggerAbstractServiceFactory implements AbstractFactoryInterface |
||
|
|||
20 | { |
||
21 | 12 | public function canCreate(ContainerInterface $container, $requestedName) |
|
27 | |||
28 | 21 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
50 | |||
51 | 18 | private function isZendLogger(array $channels, $requestedName) |
|
59 | |||
60 | /** |
||
61 | * Determine if we can create a service with name |
||
62 | * |
||
63 | * @param ServiceLocatorInterface $serviceLocator |
||
64 | * @param $name |
||
65 | * @param $requestedName |
||
66 | * @return bool |
||
67 | */ |
||
68 | 3 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
|
72 | |||
73 | /** |
||
74 | * Create service with name |
||
75 | * |
||
76 | * @param ServiceLocatorInterface $serviceLocator |
||
77 | * @param $name |
||
78 | * @param $requestedName |
||
79 | * @return mixed |
||
80 | */ |
||
81 | 9 | public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName) |
|
85 | } |
||
86 |
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.