Searched refs:fact_privacy (Results 1 – 3 of 3) sorted by relevance
103 private array $fact_privacy; variable in Fisharebest\\Webtrees\\Tree129 $this->fact_privacy = [];149 $this->fact_privacy[$row->tag_type] = $row->resn;237 return $this->fact_privacy;
343 $fact_privacy = $this->record->tree()->getFactPrivacy();348 if (isset($fact_privacy[$this->tag])) {349 return $fact_privacy[$this->tag] >= $access_level;
978 $fact_privacy = $this->tree->getFactPrivacy();980 if (isset($fact_privacy[static::RECORD_TYPE])) {982 return $fact_privacy[static::RECORD_TYPE] >= $access_level;