Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php111 private HitCountRepository $hit_count_repository; variable in Fisharebest\\Webtrees\\Statistics
157 $this->hit_count_repository = new HitCountRepository($tree, $user_service);
2660 return $this->hit_count_repository->hitCount($page_parameter);
2670 return $this->hit_count_repository->hitCountUser($page_parameter);
2680 return $this->hit_count_repository->hitCountIndi($page_parameter);
2690 return $this->hit_count_repository->hitCountFam($page_parameter);
2700 return $this->hit_count_repository->hitCountSour($page_parameter);
2710 return $this->hit_count_repository->hitCountRepo($page_parameter);
2720 return $this->hit_count_repository->hitCountNote($page_parameter);
2730 return $this->hit_count_repository->hitCountObje($page_parameter);