| 1 | <?php |
||
| 10 | abstract class TypeValue extends AbstractValue |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | 4 | public function hash(): string |
|
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | 13 | public function getType() |
|
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function equals(ValueInterface $item, $strict = true) : bool |
||
| 37 | } |
||
| 38 |