Searched refs:link_type (Results 1 – 1 of 1) sorted by relevance
84 * @param string|null $link_type88 public function linkedFamilies(GedcomRecord $record, string|null $link_type = null): Collection argument99 if ($link_type !== null) {100 $query->where('l_type', '=', $link_type);115 * @param string|null $link_type119 … public function linkedIndividuals(GedcomRecord $record, string|null $link_type = null): Collection argument130 if ($link_type !== null) {131 $query->where('l_type', '=', $link_type);