Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php1040 $value = $this->getGedcomValue($tag, $level, $this->gedrec);
1560 $value = $this->getGedcomValue($id, $level, $this->gedrec);
1563 $value = $this->getGedcomValue($id, $level, $this->gedrec);
2198 $v = $this->getGedcomValue($tag, 1, $grec);
2749 private function getGedcomValue(string $tag, int $level, string $gedrec): string function in Fisharebest\\Webtrees\\Report\\ReportParserGenerate