Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php2249 public function commonGivenTable(string $threshold = '1', string $maxtoshow = '10'): string function in Fisharebest\\Webtrees\\Statistics
2251 return $this->individual_repository->commonGivenTable((int) $threshold, (int) $maxtoshow);
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php242 public function commonGivenTable(int $threshold = 1, int $maxtoshow = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository
/webtrees/
H A Dphpstan-baseline.neon10180 …harebest\\Webtrees\\Statistics\\Repository\\IndividualRepository\:\:commonGivenTable\(\) should re…