Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/statistics/families/
H A Dmarriage-length.phtml39 <?php $age = $stats->minAgeOfMarriage() ?>
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dstatistics.php252 …ss="facts_label">', I18N::translate('Shortest marriage'), ' - ', $stats->minAgeOfMarriage(), '</td>
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php1810 public function minAgeOfMarriage(): string function in Fisharebest\\Webtrees\\Statistics
1812 return $this->familyRepository->minAgeOfMarriage();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1218 public function minAgeOfMarriage(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DStats.php4415 public function minAgeOfMarriage() function in Fisharebest\\Webtrees\\Stats