| Total Complexity | 2 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | trait TraitValueReference |
||
| 17 | { |
||
| 18 | use DaftObjectTrait; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return array<int, Enumeration|PropertyValue|QualitativeValue|\SignpostMarv\DaftObject\SchemaOrg\Intangible\StructuredValue\QuantitativeValue|StructuredValue> |
||
| 22 | */ |
||
| 23 | public function GetValueReference() : array |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @param array<int, Enumeration|PropertyValue|QualitativeValue|\SignpostMarv\DaftObject\SchemaOrg\Intangible\StructuredValue\QuantitativeValue|StructuredValue> $value |
||
| 39 | */ |
||
| 40 | public function SetValueReference(array $value) : void |
||
| 54 |