Total Complexity | 6 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | trait DaftObjectIdValuesHashLazyInt |
||
12 | { |
||
13 | /** |
||
14 | * @see DefinesOwnIdPropertiesInterface::DaftObjectIdHash() |
||
15 | */ |
||
16 | 2 | public static function DaftObjectIdHash( |
|
26 | } |
||
27 | |||
28 | /** |
||
29 | * @see DefinesOwnIdPropertiesInterface::DaftObjectIdValuesHash() |
||
30 | */ |
||
31 | 2 | public static function DaftObjectIdValuesHash(array $id) : string |
|
53 |