| 1 | <?php |
||
| 14 | abstract class ObjectValue extends AbstractValue |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function hash(): string |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 4 | protected function doHash(string $string) : string |
|
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | 1 | public function equals(ValueInterface $item, $strict = true): bool |
|
| 43 | } |
||
| 44 |