| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 45 | public function __construct(Container $container, $aliaserServiceId, $className, $enabled = true) |
||
| 46 | { |
||
| 47 | // we inject the container because otherwise a circular reference would occur. |
||
| 48 | $this->container = $container; |
||
| 49 | $this->aliaserServiceId = $aliaserServiceId; |
||
| 50 | $this->className = $className; |
||
| 51 | $this->enabled = $enabled; |
||
| 52 | } |
||
| 71 |