Home
last modified time | relevance | path

Searched refs:fact_privacy (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DTree.php103 private array $fact_privacy; variable in Fisharebest\\Webtrees\\Tree
129 $this->fact_privacy = [];
149 $this->fact_privacy[$row->tag_type] = $row->resn;
237 return $this->fact_privacy;
H A DFact.php343 $fact_privacy = $this->record->tree()->getFactPrivacy();
348 if (isset($fact_privacy[$this->tag])) {
349 return $fact_privacy[$this->tag] >= $access_level;
H A DGedcomRecord.php978 $fact_privacy = $this->tree->getFactPrivacy();
980 if (isset($fact_privacy[static::RECORD_TYPE])) {
982 return $fact_privacy[static::RECORD_TYPE] >= $access_level;