Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DModuleHistoricEventsInterface.php39 public function historicEventsForIndividual(Individual $individual): Collection; function
H A DModuleHistoricEventsTrait.php46 public function historicEventsForIndividual(Individual $individual): Collection function
/webtrees/app/Services/
H A DIndividualFactsService.php170 …ModuleHistoricEventsInterface $module): Collection => $module->historicEventsForIndividual($indivi…