Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class AnimalAttributeReferenceCollection extends AttributeReferenceCollection |
||
10 | { |
||
11 | public function __construct(AttributeImpl $referenceSourceAttribute) |
||
12 | { |
||
13 | parent::__construct($referenceSourceAttribute); |
||
14 | } |
||
15 | |||
16 | protected function getTargetElementIdentifier(ModelElementInstanceInterface $referenceTargetElement): string |
||
19 | } |
||
20 | } |
||
21 |