| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 36 | public function __construct($tagName, $managerServiceId, $registrationMethodName, $registeredServiceClassName) |
||
| 37 | { |
||
| 38 | $this->tagName = $tagName; |
||
| 39 | $this->managerServiceId = $managerServiceId; |
||
| 40 | $this->registrationMethodName = $registrationMethodName; |
||
| 41 | $this->registeredServiceClassName = $registeredServiceClassName; |
||
| 42 | } |
||
| 43 | |||
| 65 |