Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php137 public function totalNotesPercentage(): string; function
/webtrees/app/
H A DStatistics.php404 public function totalNotesPercentage(): string function in Fisharebest\\Webtrees\\Statistics
406 return $this->individual_repository->totalNotesPercentage();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1736 public function totalNotesPercentage(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository