Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/Interfaces/
H A DLatestUserRepositoryInterface.php64 public function latestUserRegTime(string|null $format = null): string; function
/webtrees/app/Statistics/Repository/
H A DLatestUserRepository.php127 public function latestUserRegTime(string|null $format = null): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\LatestUserRepository
/webtrees/app/
H A DStatistics.php2563 public function latestUserRegTime(string|null $format = null): string function in Fisharebest\\Webtrees\\Statistics
2565 return $this->latest_user_repository->latestUserRegTime($format);