Lines Matching refs:event_repository
103 private EventRepository $event_repository; variable in Fisharebest\\Webtrees\\Statistics
153 $this->event_repository = new EventRepository($tree);
452 return $this->event_repository->totalEvents($events);
460 return $this->event_repository->totalEventsBirth();
468 return $this->event_repository->totalBirths();
476 return $this->event_repository->totalEventsDeath();
484 return $this->event_repository->totalDeaths();
492 return $this->event_repository->totalEventsMarriage();
500 return $this->event_repository->totalMarriages();
508 return $this->event_repository->totalEventsDivorce();
516 return $this->event_repository->totalDivorces();
524 return $this->event_repository->totalEventsOther();
1303 return $this->event_repository->firstEvent();
1311 return $this->event_repository->firstEventYear();
1319 return $this->event_repository->firstEventType();
1327 return $this->event_repository->firstEventName();
1335 return $this->event_repository->firstEventPlace();
1343 return $this->event_repository->lastEvent();
1351 return $this->event_repository->lastEventYear();
1359 return $this->event_repository->lastEventType();
1367 return $this->event_repository->lastEventName();
1375 return $this->event_repository->lastEventPlace();