Searched refs:totalEvents (Results 1 – 3 of 3) sorted by relevance
114 public function totalEvents(array $events = []): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository126 return $this->totalEvents(Gedcom::BIRTH_EVENTS);134 return $this->totalEvents([self::EVENT_BIRTH]);142 return $this->totalEvents(Gedcom::DEATH_EVENTS);150 return $this->totalEvents([self::EVENT_DEATH]);158 return $this->totalEvents(Gedcom::MARRIAGE_EVENTS);166 return $this->totalEvents([self::EVENT_MARRIAGE]);174 return $this->totalEvents(Gedcom::DIVORCE_EVENTS);182 return $this->totalEvents([self::EVENT_DIVORCE]);211 return $this->totalEvents($no_facts);
34 public function totalEvents(array $events = []): string; function
450 public function totalEvents(array $events = []): string function in Fisharebest\\Webtrees\\Statistics452 return $this->event_repository->totalEvents($events);