Home
last modified time | relevance | path

Searched refs:latestUserLoggedin (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Statistics/Repository/Interfaces/
H A DLatestUserRepositoryInterface.php74 public function latestUserLoggedin(string|null $yes = null, string|null $no = null): string; function
/webtrees/app/Statistics/Repository/
H A DLatestUserRepository.php141 public function latestUserLoggedin(string|null $yes = null, string|null $no = null): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\LatestUserRepository
/webtrees/app/
H A DStatistics.php2574 public function latestUserLoggedin(string|null $yes = null, string|null $no = null): string function in Fisharebest\\Webtrees\\Statistics
2576 return $this->latest_user_repository->latestUserLoggedin($yes, $no);