Searched refs:getFirstLastEventName (Results 1 – 2 of 2) sorted by relevance
282 private function getFirstLastEventName(string $type, string $operation): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyDatesRepository302 return $this->getFirstLastEventName(self::EVENT_BIRTH, self::SORT_MIN);310 return $this->getFirstLastEventName(self::EVENT_BIRTH, self::SORT_MAX);318 return $this->getFirstLastEventName(self::EVENT_DEATH, self::SORT_MIN);326 return $this->getFirstLastEventName(self::EVENT_DEATH, self::SORT_MAX);334 return $this->getFirstLastEventName(self::EVENT_MARRIAGE, self::SORT_MIN);342 return $this->getFirstLastEventName(self::EVENT_MARRIAGE, self::SORT_MAX);350 return $this->getFirstLastEventName(self::EVENT_DIVORCE, self::SORT_MIN);358 return $this->getFirstLastEventName(self::EVENT_DIVORCE, self::SORT_MAX);
371 private function getFirstLastEventName(string $direction): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository391 return $this->getFirstLastEventName(self::SORT_ASC);399 return $this->getFirstLastEventName(self::SORT_DESC);