Home
last modified time | relevance | path

Searched refs:tot_fam (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Statistics/Google/
H A DChartFamilyWithSources.php46 * @param int $tot_fam The total number of families
54 int $tot_fam, argument
69 if ($tot_fam > 0 || $tot_fam_source > 0) {
72 $tot_fam - $tot_fam_source
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1900 $tot_fam = $this->totalFamiliesQuery();
1904 ->chartFamsWithSources($tot_fam, $tot_fam_source, $color_from, $color_to);