Home
last modified time | relevance | path

Searched defs:accessLevel (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DModuleInterface.php92 public function accessLevel(Tree $tree, string $interface): int; function
H A DModuleTabTrait.php70 abstract public function accessLevel(Tree $tree, string $interface): int; function
H A DAbstractModule.php215 final public function accessLevel(Tree $tree, string $interface): int function in Fisharebest\\Webtrees\\Module\\AbstractModule
/webtrees/app/
H A DAuth.php139 public static function accessLevel(Tree $tree, UserInterface|null $user = null): int function in Fisharebest\\Webtrees\\Auth