Searched refs:getSecondaryName (Results 1 – 1 of 1) sorted by relevance
93 private int|null $getSecondaryName = null; variable in Fisharebest\\Webtrees\\GedcomRecord412 public function getSecondaryName(): int function in Fisharebest\\Webtrees\\GedcomRecord414 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'];