1 | <?php |
||
23 | final class RaLocationId |
||
24 | { |
||
25 | /** |
||
26 | * @var string |
||
27 | */ |
||
28 | private $raLocationId; |
||
29 | |||
30 | /** |
||
31 | * @param string $raLocationId |
||
32 | */ |
||
33 | public function __construct($raLocationId) |
||
41 | |||
42 | /** |
||
43 | * @param RaLocationId $otherRaLocationId |
||
44 | * @return bool |
||
45 | */ |
||
46 | public function equals(RaLocationId $otherRaLocationId) |
||
50 | |||
51 | public function jsonSerialize() |
||
55 | |||
56 | public function __toString() |
||
60 | } |
||
61 |