Searched refs:VALUE_LOCKED (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Elements/ |
H A D | RestrictionNotice.php | 54 public const string VALUE_LOCKED = 'LOCKED'; 58 …self::VALUE_LOCKED . ', ' . self::VALUE_NONE => self::VALUE_NONE . ', ' . self::VALUE_LOCK… 59 …self::VALUE_LOCKED . ', ' . self::VALUE_PRIVACY => self::VALUE_PRIVACY . ', ' . self::VALUE_L… 60 …self::VALUE_LOCKED . ', ' . self::VALUE_CONFIDENTIAL => self::VALUE_CONFIDENTIAL . ', ' . self::VA… 104 …self::VALUE_NONE . ', ' . self::VALUE_LOCKED => self::ICON_NONE . self::ICON_LOCKED . ' ' … 106 …self::VALUE_PRIVACY . ', ' . self::VALUE_LOCKED => self::ICON_PRIVACY . self::ICON_LOCKED . '… 108 …self::VALUE_CONFIDENTIAL . ', ' . self::VALUE_LOCKED => self::ICON_CONFIDENTIAL . ' ' . self::ICON… 109 … self::VALUE_LOCKED => self::ICON_LOCKED . ' ' . $locked,
|
/webtrees/app/ |
H A D | Fact.php | 372 …ree()) && !str_ends_with($this->attribute('RESN'), RestrictionNotice::VALUE_LOCKED) && $this->tag …
|
H A D | GedcomRecord.php | 286 … $locked = $fact instanceof Fact && str_ends_with($fact->value(), RestrictionNotice::VALUE_LOCKED);
|