Searched refs:getSecondaryName (Results 1 – 1 of 1) sorted by relevance
93 private int|null $getSecondaryName = null; variable in Fisharebest\\Webtrees\\GedcomRecord407 public function getSecondaryName(): int function in Fisharebest\\Webtrees\\GedcomRecord409 if ($this->getSecondaryName === null) {411 $this->getSecondaryName = $this->getPrimaryName();418 $this->getSecondaryName = $n;425 return $this->getSecondaryName;438 $this->getSecondaryName = null;488 if ($this->canShowName() && $this->getPrimaryName() !== $this->getSecondaryName()) {491 return $all_names[$this->getSecondaryName()]['full'];