| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | trait TraitAdditionalProperty |
||
| 13 | { |
||
| 14 | use DaftObjectTrait; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return array<int, PropertyValue> |
||
| 18 | */ |
||
| 19 | public function GetAdditionalProperty() : array |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param array<int, PropertyValue> $value |
||
| 35 | */ |
||
| 36 | public function SetAdditionalProperty(array $value) : void |
||
| 46 |