Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DAbstractIndividualListModule.php507 protected function whereMarriedName(bool $marnm, Builder $query): void argument
509 if (!$marnm) {
518 * @param bool $marnm if set, include married names
523 public function givenNameInitials(Tree $tree, array $surns, bool $marnm, bool $fams): array argument
536 $this->whereMarriedName($marnm, $query);
566 private function surnameData(Tree $tree, bool $marnm, bool $fams): array argument
579 $this->whereMarriedName($marnm, $query);
687 * @param bool $marnm if set, include married names
692 …protected function individuals(Tree $tree, array $surns_to_show, string $galpha, bool $marnm, bool… argument
704 $this->whereMarriedName($marnm, $query);
[all …]