Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DUserRepository.php251 private function getAdminCount(): int function in Fisharebest\\Webtrees\\Statistics\\Repository\\UserRepository
269 return I18N::number($this->getAdminCount());
277 return I18N::number($this->getUserCount() - $this->getAdminCount());