Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DAbstractIndividualListModule.php686 * @param string $galpha if set, only fetch given names starting with this letter
692 …protected function individuals(Tree $tree, array $surns_to_show, string $galpha, bool $marnm, bool… argument
721 …if ($galpha === '' || I18N::language()->initialLetter(I18N::language()->normalize(I18N::strtoupper…
742 * @param string $galpha if set, only fetch given names starting with this letter
747 … protected function families(Tree $tree, array $surnames, string $galpha, bool $marnm): Collection argument
751 foreach ($this->individuals($tree, $surnames, $galpha, $marnm, true) as $indi) {