Searched refs:createHeader (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Services/ |
H A D | GedcomExportService.php | 194 new Collection([$this->createHeader($tree, $encoding, false)]), 201 new Collection([$this->createHeader($tree, $encoding, true)]), 214 new Collection([$this->createHeader($tree, $encoding, true)]), 278 public function createHeader(Tree $tree, string $encoding, bool $include_sub): string function in Fisharebest\\Webtrees\\Services\\GedcomExportService
|