| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | private function copyModelInstance(): void |
||
| 14 | { |
||
| 15 | $this->tweety = $this->modelInstance->getModelElementById("tweety"); |
||
| 16 | $this->idAttribute = $this->tweety->getElementType()->getAttribute("id"); |
||
| 17 | $this->nameAttribute = $this->tweety->getElementType()->getAttribute("name"); |
||
| 18 | $this->fatherAttribute = $this->tweety->getElementType()->getAttribute("father"); |
||
| 19 | } |
||
| 21 |