Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportParserGenerate.php699 $newgedrec = $tmp ? $tmp->privatizeGedcom(Auth::accessLevel($this->tree)) : '';
710 … $newgedrec = $tmp ? $tmp->privatizeGedcom(Auth::accessLevel($this->tree)) : '';
717 … $newgedrec = $tmp ? $tmp->privatizeGedcom(Auth::accessLevel($this->tree)) : '';
2175 … if (!preg_match('/' . $filter . '/i', $record->privatizeGedcom(Auth::accessLevel($this->tree)))) {
2186 $grec = $indi->privatizeGedcom(Auth::accessLevel($this->tree));
2318 $this->gedrec = $record->privatizeGedcom(Auth::accessLevel($record->tree()));
2547 $this->gedrec = $tmp->privatizeGedcom(Auth::accessLevel($this->tree));
/webtrees/app/Services/
H A DGedcomExportService.php231 $gedcom = $datum->privatizeGedcom($access_level);
/webtrees/app/
H A DGedcomRecord.php294 public function privatizeGedcom(int $access_level): string function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/app/Module/
H A DClippingsCartModule.php265 $gedcom = $object->privatizeGedcom($access_level);
/webtrees/
H A Dphpstan-baseline.neon6112 …omRecord\|static\(Fisharebest\\Webtrees\\Report\\ReportParserGenerate\)\:\:privatizeGedcom\(\)\.$#'
6184 …message: '#^Cannot call method privatizeGedcom\(\) on Fisharebest\\Webtrees\\GedcomRecord\|null\.$…