Home
last modified time | relevance | path

Searched refs:individual_fact_privacy (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DTree.php109 private array $individual_fact_privacy; variable in Fisharebest\\Webtrees\\Tree
131 $this->individual_fact_privacy = [];
144 $this->individual_fact_privacy[$row->xref][$row->tag_type] = $row->resn;
257 return $this->individual_fact_privacy;
H A DFact.php344 $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;