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