Searched refs:canShowName (Results 1 – 8 of 8) sorted by relevance
88 if ($this->husb instanceof Individual && $this->husb->canShowName($access_level)) {108 if ($this->wife instanceof Individual && $this->wife->canShowName($access_level)) {143 public function canShowName(int|null $access_level = null): bool function in Fisharebest\\Webtrees\\Family204 if ($child instanceof Individual && $child->canShowName($access_level)) {
131 if ($x->canShowName()) {132 if ($y->canShowName()) {139 if ($y->canShowName()) {265 public function canShowName(int|null $access_level = null): bool function in Fisharebest\\Webtrees\\GedcomRecord356 if ($this->canShowName()) {464 if ($this->canShowName()) {493 if ($this->canShowName() && $this->getPrimaryName() !== $this->getSecondaryName()) {
81 public function canShowName(int|null $access_level = null): bool function in Fisharebest\\Webtrees\\Individual1062 $access_level = $this->canShowName() ? Auth::PRIV_HIDE : Auth::accessLevel($this->tree);
178 if ($spouse && $spouse->canShowName()) {182 if ($child->canShowName()) {
139 if ($row->record instanceof GedcomRecord && !$row->record->canShowName()) {
141 if ($row->record instanceof GedcomRecord && !$row->record->canShowName()) {
42 if ($person instanceof Individual && $person->canShowName()) {
980 if (!$record->canShowName()) {