| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 11 | public function extension( | ||
| 12 | string $layout, | ||
| 13 | string $extensionType, | ||
| 14 | string $extensionKey, | ||
| 15 | array $parameters, | ||
| 16 | string $localId | ||
| 17 |     ): self { | ||
| 18 | $mention = new Extension($layout, $extensionType, $extensionKey, $parameters, $localId); | ||
| 19 | $this->append($mention); | ||
|  | |||
| 20 | |||
| 21 | return $this; | ||
| 22 | } | ||
| 24 |