Searched refs:sort_by_xref (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Services/ |
H A D | GedcomExportService.php | 94 …* @param bool $sort_by_xref Write GEDCOM records in XRE… 104 bool $sort_by_xref, argument 115 …$resource = $this->export($tree, $sort_by_xref, $encoding, $access_level, $line_endings, $records); 139 …$resource = $this->export($tree, $sort_by_xref, $encoding, $access_level, $line_endings, $records,… 163 …* @param bool $sort_by_xref Write GEDCOM records in X… 175 bool $sort_by_xref = false, argument 202 $this->individualQuery($tree, $sort_by_xref)->cursor(), 203 $this->familyQuery($tree, $sort_by_xref)->cursor(), 204 $this->sourceQuery($tree, $sort_by_xref)->cursor(), 205 $this->otherQuery($tree, $sort_by_xref)->cursor(), [all …]
|
/webtrees/app/Cli/Commands/ |
H A D | TreeExport.php | 86 sort_by_xref: false,
|