Home
last modified time | relevance | path

Searched refs:getAllDeathDates (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DIndividual.php394 foreach ($this->getAllDeathDates() as $date) {
497 public function getAllDeathDates(): array function in Fisharebest\\Webtrees\\Individual
624 foreach ($this->getAllDeathDates() as $date) {
/webtrees/resources/views/lists/
H A Dindividuals-table.phtml257 <?php $death_dates = $individual->getAllDeathDates() ?>
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1122 ($husb->getAllDeathDates() || !$husb->isDead()) &&
1123 ($wife->getAllDeathDates() || !$wife->isDead())