Home
last modified time | relevance | path

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

/webtrees/app/
H A DGedcomRecord.php1021 * @param string $fact_type
1026 protected function extractNamesFromFacts(int $level, string $fact_type, Collection $facts): void argument
1031 …if (preg_match_all('/^' . $level . ' (' . $fact_type . ') (.+)((\n[' . $sublevel . '-9].+)*)/m', $…