| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 26 | { |
||
| 27 | $context = $this->getCreationOptions(); |
||
| 28 | $objectManagerNameInitializer = new ObjectManagerNameInitializer(); |
||
| 29 | $objectManagerNameInitializer->setContextData($context); |
||
| 30 | return $objectManagerNameInitializer; |
||
| 31 | } |
||
| 32 | } |
||
| 33 |