Searched refs:fams (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Module/ |
H A D | AbstractIndividualListModule.php | 492 protected function whereFamily(bool $fams, Builder $query): void argument 494 if ($fams) { 519 * @param bool $fams if set, only consider individuals with FAMS records 523 public function givenNameInitials(Tree $tree, array $surns, bool $marnm, bool $fams): array argument 535 $this->whereFamily($fams, $query); 566 private function surnameData(Tree $tree, bool $marnm, bool $fams): array argument 578 $this->whereFamily($fams, $query); 688 * @param bool $fams if set, only fetch individuals with FAMS records 692 … individuals(Tree $tree, array $surns_to_show, string $galpha, bool $marnm, bool $fams): Collection argument 703 $this->whereFamily($fams, $query);
|