Home
last modified time | relevance | path

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

/webtrees/app/
H A DGedcomRecord.php93 private int|null $getSecondaryName = null; variable in Fisharebest\\Webtrees\\GedcomRecord
412 public function getSecondaryName(): int function in Fisharebest\\Webtrees\\GedcomRecord
414 if ($this->getSecondaryName === null) {
416 $this->getSecondaryName = $this->getPrimaryName();
423 $this->getSecondaryName = $n;
430 return $this->getSecondaryName;
443 $this->getSecondaryName = null;
493 if ($this->canShowName() && $this->getPrimaryName() !== $this->getSecondaryName()) {
496 return $all_names[$this->getSecondaryName()]['full'];