Home
last modified time | relevance | path

Searched refs:totalDivorces (Results 1 – 6 of 6) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/statistics/families/
H A Dtotal-records.phtml73 … <span class="badge badge-secondary badge-pill float-right"><?= $stats->totalDivorces() ?></span>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/Interfaces/
H A DEventRepositoryInterface.php90 public function totalDivorces(): string; function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DEventRepository.php178 public function totalDivorces(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dstatistics.php220 <td class="facts_value statistics-page">', $stats->totalDivorces(), '</td>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php550 public function totalDivorces(): string function in Fisharebest\\Webtrees\\Statistics
552 return $this->eventRepository->totalDivorces();
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php830 public function totalDivorces() function in Fisharebest\\Webtrees\\Stats