Home
last modified time | relevance | path

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

/webtrees/app/
H A DGedcomRecord.php756 * @param bool $update_chan
760 public function createFact(string $gedcom, bool $update_chan): void argument
762 $this->updateFact('', $gedcom, $update_chan);
769 * @param bool $update_chan
773 public function deleteFact(string $fact_id, bool $update_chan): void argument
775 $this->updateFact($fact_id, '', $update_chan);
783 * @param bool $update_chan
788 public function updateFact(string $fact_id, string $gedcom, bool $update_chan): void argument
791 … $update_chan = $update_chan && in_array(static::RECORD_TYPE, Gedcom::RECORDS_WITH_CHAN, true);
820 } elseif ($update_chan && str_ends_with($fact->tag(), ':CHAN')) {
[all …]