Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DGedcomExportService.php205 $this->otherQuery($tree, $sort_by_xref)->cursor(),
218 …$this->otherQuery($tree, $sort_by_xref)->get()->map(Registry::gedcomRecordFactory()->mapper($tree)…
420 private function otherQuery(Tree $tree, bool $sort_by_xref): Builder function in Fisharebest\\Webtrees\\Services\\GedcomExportService