Home
last modified time | relevance | path

Searched refs:firstDeathYear (Results 1 – 5 of 5) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/Interfaces/
H A DFamilyDatesRepositoryInterface.php95 public function firstDeathYear(): string; function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DFamilyDatesRepository.php222 public function firstDeathYear(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyDatesRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Module/
H A DFamilyTreeStatisticsModule.php160 …') . '</div><div class="facts_value stats_value stat-cell">' . $stats->firstDeathYear() . '</div>';
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php1016 public function firstDeathYear(): string function in Fisharebest\\Webtrees\\Statistics
1018 return $this->familyDatesRepository->firstDeathYear();
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php2262 public function firstDeathYear() function in Fisharebest\\Webtrees\\Stats