Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DRestrictionNotice.php53 public const VALUE_CONFIDENTIAL = 'CONFIDENTIAL'; define in Fisharebest\\Webtrees\\Elements\\RestrictionNotice
60 …self::VALUE_LOCKED . ', ' . self::VALUE_CONFIDENTIAL => self::VALUE_CONFIDENTIAL . ', ' . self::VA…
107 …self::VALUE_CONFIDENTIAL => self::ICON_CONFIDENTIAL . ' ' . $confident…
108 …self::VALUE_CONFIDENTIAL . ', ' . self::VALUE_LOCKED => self::ICON_CONFIDENTIAL . ' ' . self::ICON…
/webtrees/app/
H A DFact.php322 if (str_starts_with($restriction, RestrictionNotice::VALUE_CONFIDENTIAL)) {
H A DGedcomRecord.php1117 if (str_starts_with($restriction, RestrictionNotice::VALUE_CONFIDENTIAL)) {