Home
last modified time | relevance | path

Searched refs:PRIV_NONE (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/
H A DAuth.php38 public const PRIV_NONE = 0; // Allows managers to access the item define in Fisharebest\\Webtrees\\Auth
144 return self::PRIV_NONE;
590 self::PRIV_NONE => I18N::translate('Show to managers'),
H A DGedcomRecord.php1118 return Auth::PRIV_NONE >= $access_level;
1135 if (Auth::PRIV_NONE >= $access_level) {
H A DTree.php43 'confidential' => Auth::PRIV_NONE,
H A DFact.php323 return Auth::PRIV_NONE >= $access_level;
/webtrees/app/Module/
H A DSubmitterListModule.php44 protected int $access_level = Auth::PRIV_NONE;
H A DClippingsCartModule.php247 $access_level = Auth::PRIV_NONE;
/webtrees/app/Http/RequestHandlers/
H A DTreePreferencesPage.php124 Auth::PRIV_NONE => I18N::translate('Show to managers'),
/webtrees/app/Services/
H A DGedcomExportService.php76 'gedadmin' => Auth::PRIV_NONE,