Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DLinkedRecordService.php84 * @param string|null $link_type
88 public function linkedFamilies(GedcomRecord $record, string|null $link_type = null): Collection argument
99 if ($link_type !== null) {
100 $query->where('l_type', '=', $link_type);
115 * @param string|null $link_type
119 … public function linkedIndividuals(GedcomRecord $record, string|null $link_type = null): Collection argument
130 if ($link_type !== null) {
131 $query->where('l_type', '=', $link_type);