Searched defs:accessLevel (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Module/ | ||
H A D | ModuleInterface.php | 92 public function accessLevel(Tree $tree, string $interface): int; function |
H A D | ModuleTabTrait.php | 70 abstract public function accessLevel(Tree $tree, string $interface): int; function |
H A D | AbstractModule.php | 215 final public function accessLevel(Tree $tree, string $interface): int function in Fisharebest\\Webtrees\\Module\\AbstractModule |
/webtrees/app/ | ||
H A D | Auth.php | 139 public static function accessLevel(Tree $tree, UserInterface|null $user = null): int function in Fisharebest\\Webtrees\\Auth |