Home
last modified time | relevance | path

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

/webtrees/app/
H A DGedcomRecord.php345 $this->addName(static::RECORD_TYPE, $this->getFallBackName(), '');
361 $this->addName(static::RECORD_TYPE, $this->getFallBackName(), '');
376 public function getFallBackName(): string function in Fisharebest\\Webtrees\\GedcomRecord
H A DMedia.php133 $names[] = $this->getFallBackName();
H A DIndividual.php900 public function getFallBackName(): string function in Fisharebest\\Webtrees\\Individual