1 | <?php |
||
19 | class EventManagerFactory implements FactoryInterface |
||
20 | { |
||
21 | /** |
||
22 | * Create an EventManager instance |
||
23 | * |
||
24 | * Creates a new EventManager instance, seeding it with a shared instance |
||
25 | * of SharedEventManager. |
||
26 | * |
||
27 | * @param ServiceLocatorInterface $serviceLocator |
||
28 | * @return EventManager |
||
29 | * @throws ServiceNotFoundException |
||
30 | */ |
||
31 | 4 | public function createService(ServiceLocatorInterface $serviceLocator) |
|
44 | } |
||
45 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.