Searched refs:individual_fact_privacy (Results 1 – 2 of 2) sorted by relevance
109 private array $individual_fact_privacy; variable in Fisharebest\\Webtrees\\Tree131 $this->individual_fact_privacy = [];144 $this->individual_fact_privacy[$row->xref][$row->tag_type] = $row->resn;257 return $this->individual_fact_privacy;
344 $individual_fact_privacy = $this->record->tree()->getIndividualFactPrivacy();345 if (isset($individual_fact_privacy[$xref][$this->tag])) {346 return $individual_fact_privacy[$xref][$this->tag] >= $access_level;