| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 26 | protected function getObjectManager($class)  | 
            ||
| 27 |     { | 
            ||
| 28 | /** @var ObjectManagerAutoDetectorInterface $serviceAutoDetector */  | 
            ||
| 29 | $serviceAutoDetector = $this->getServiceManager()->get(ObjectManagerAutoDetectorInterface::class);  | 
            ||
| 30 | return $serviceAutoDetector->getObjectManagerByClassName($class);  | 
            ||
| 31 | }  | 
            ||
| 32 | |||
| 55 |