| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | public function __construct( |
||
| 10 | string $childElementType, |
||
| 11 | string $referenceTargetClass, |
||
| 12 | ChildElementCollectionImpl $collection |
||
| 13 | ) { |
||
| 14 | parent::__construct($childElementType, $referenceTargetClass, $collection); |
||
| 15 | $this->elementReferenceCollectionImpl = new QNameElementReferenceCollectionImpl($collection); |
||
| 16 | } |
||
| 18 |