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