| 1 | <?php |
||
| 9 | class EntityEventManagerAbstractFactory implements AbstractFactoryInterface |
||
| 10 | { |
||
| 11 | public function canCreateServiceWithName(ServiceLocatorInterface $serviceManager, $name, $requestedName) |
||
| 15 | |||
| 16 | public function createServiceWithName(ServiceLocatorInterface $serviceManager, $name, $requestedName) |
||
| 23 | } |