Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | class SimplePlaceMapper implements PlaceMapperInterface |
||
26 | { |
||
27 | use PlaceMapperTrait; |
||
28 | |||
29 | /** |
||
30 | * {@inheritDoc} |
||
31 | * @see \MyArtJaub\Webtrees\Contracts\GeoDispersion\PlaceMapperInterface::title() |
||
32 | */ |
||
33 | public function title(): string |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * {@inheritDoc} |
||
40 | * @see \MyArtJaub\Webtrees\Contracts\GeoDispersion\PlaceMapperInterface::map() |
||
41 | */ |
||
42 | public function map(Place $place, string $feature_property): ?string |
||
47 |