| 1 | <?php |
||
| 8 | final class LocationUpdated extends AbstractEvent |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var LocationId |
||
| 12 | */ |
||
| 13 | private $locationId; |
||
| 14 | |||
| 15 | public function __construct( |
||
| 23 | |||
| 24 | public function getLocationId(): LocationId |
||
| 28 | |||
| 29 | public function serialize(): array |
||
| 35 | |||
| 36 | public static function deserialize(array $data): LocationUpdated |
||
| 43 | } |
||
| 44 |