Lines Matching refs:include_hidden
191 * @param bool $include_hidden
195 public function insertMissingFactSubtags(Fact $fact, bool $include_hidden): string argument
200 …return $this->insertMissingLevels($fact->record()->tree(), $fact->tag(), $gedcom, $include_hidden);
207 * @param bool $include_hidden
211 public function insertMissingRecordSubtags(GedcomRecord $record, bool $include_hidden): string argument
216 … $gedcom = $this->insertMissingLevels($record->tree(), $record->tag(), $gedcom, $include_hidden);
230 * @param bool $include_hidden
234 public function factsToAdd(Family|Individual $record, bool $include_hidden): array argument
245 if (!$include_hidden) {
257 * @param bool $include_hidden
261 …function insertMissingLevels(Tree $tree, string $tag, string $gedcom, bool $include_hidden): string argument
274 if (!$include_hidden && $hidden) {
293 … $return .= "\n" . $this->insertMissingLevels($tree, $tag . ':' . $subtag, $part, $include_hidden);
309 …_to_add = "\n" . $this->insertMissingLevels($tree, $tag . ':' . $subtag, $gedcom, $include_hidden);