| 1 | <?php |
||
| 7 | final class RaLocationName |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | private $raLocationName; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param string $raLocationName |
||
| 16 | */ |
||
| 17 | public function __construct($raLocationName) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param RaLocationName $otherRaLocationName |
||
| 28 | * @return bool |
||
| 29 | */ |
||
| 30 | public function equals(RaLocationName $otherRaLocationName) |
||
| 34 | |||
| 35 | public function jsonSerialize() |
||
| 39 | |||
| 40 | public function __toString() |
||
| 44 | } |
||
| 45 |