Home
last modified time | relevance | path

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

/webtrees/app/
H A DFamily.php88 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\\Family
204 if ($child instanceof Individual && $child->canShowName($access_level)) {
H A DGedcomRecord.php131 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\\GedcomRecord
356 if ($this->canShowName()) {
464 if ($this->canShowName()) {
493 if ($this->canShowName() && $this->getPrimaryName() !== $this->getSecondaryName()) {
H A DIndividual.php81 public function canShowName(int|null $access_level = null): bool function in Fisharebest\\Webtrees\\Individual
1062 $access_level = $this->canShowName() ? Auth::PRIV_HIDE : Auth::accessLevel($this->tree);
/webtrees/app/Module/
H A DModuleThemeTrait.php178 if ($spouse && $spouse->canShowName()) {
182 if ($child->canShowName()) {
H A DFamilyTreeFavoritesModule.php139 if ($row->record instanceof GedcomRecord && !$row->record->canShowName()) {
H A DUserFavoritesModule.php141 if ($row->record instanceof GedcomRecord && !$row->record->canShowName()) {
/webtrees/resources/views/
H A Dfact-association-structure.phtml42 if ($person instanceof Individual && $person->canShowName()) {
/webtrees/app/Report/
H A DReportParserGenerate.php980 if (!$record->canShowName()) {