1 | <?php |
||
13 | trait DataVersionHashTrait |
||
14 | { |
||
15 | /** |
||
16 | * @var string |
||
17 | */ |
||
18 | protected $dataVersionHash = ''; |
||
19 | |||
20 | /** |
||
21 | * @return string |
||
22 | */ |
||
23 | protected function getDataVersionHash() : string |
||
27 | |||
28 | /** |
||
29 | * @param string $dataVersionHash |
||
30 | */ |
||
31 | public function setDataVersionHash(string $dataVersionHash) |
||
35 | } |
||
36 |