Total Complexity | 1 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class SyncCensus extends Sync |
||
8 | { |
||
9 | protected const AREA = 'Malta'; |
||
10 | protected const DATABASE = 'Censuses'; |
||
11 | protected const URL = 'https://static.geneanum.com/libs/grid/malte_recensement.php?annee_limite=75&_search=false&nd=%s&rows=100&page=%s&sidx=paroisse&sord=asc'; |
||
12 | |||
13 | /** |
||
14 | * @inheritDoc |
||
15 | */ |
||
16 | protected function getFields(array $row): array |
||
49 |