Searched refs:surns_to_show (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Module/ |
H A D | AbstractIndividualListModule.php | 417 $surns_to_show = ['@N.N.']; 419 $surns_to_show = ['']; 421 $surns_to_show = $all_surns[$surname]; 429 $surns_to_show = array_merge(...array_values($tmp)); 431 $surns_to_show = []; 436 … 'families' => $this->families($tree, $surns_to_show, $falpha, $show_marnm === 'yes'), 441 … 'individuals' => $this->individuals($tree, $surns_to_show, $falpha, $show_marnm === 'yes', false), 692 …protected function individuals(Tree $tree, array $surns_to_show, string $galpha, bool $marnm, bool… argument 706 if ($surns_to_show === []) { 709 $query->whereIn(DB::binaryColumn('n_surn'), $surns_to_show);
|