| Total Complexity | 4 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 17 | class ObjectManagerAwareConstructor implements ObjectConstructorInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var ObjectConstructorInterface |
||
| 21 | */ |
||
| 22 | private $objectConstructor; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @var ManagerRegistry |
||
| 26 | */ |
||
| 27 | private $managerRegistry; |
||
| 28 | |||
| 29 | public function __construct( |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function construct( |
||
| 64 |