Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php166 'notes' => $this->totalNotes(),
319 private function totalNotes(): Collection function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\ControlPanel
/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php88 public function totalNotes(): string; function
/webtrees/app/
H A DStatistics.php396 public function totalNotes(): string function in Fisharebest\\Webtrees\\Statistics
398 return $this->individual_repository->totalNotes();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php1662 public function totalNotes(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository