Home
last modified time | relevance | path

Searched refs:usersLoggedInList (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Statistics/Repository/Interfaces/
H A DUserRepositoryInterface.php39 public function usersLoggedInList(): string; function
/webtrees/app/Module/
H A DLoggedInUsersModule.php65 $content = $statistics->usersLoggedInList();
/webtrees/app/Statistics/Repository/
H A DUserRepository.php148 public function usersLoggedInList(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\UserRepository
/webtrees/app/
H A DStatistics.php2445 public function usersLoggedInList(): string function in Fisharebest\\Webtrees\\Statistics
2447 return $this->user_repository->usersLoggedInList();
/webtrees/
H A Dphpstan-baseline.neon4786 message: '#^Cannot call method usersLoggedInList\(\) on mixed\.$#'