Home
last modified time | relevance | path

Searched refs:getFirstLastEventName (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DFamilyDatesRepository.php282 private function getFirstLastEventName(string $type, string $operation): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyDatesRepository
302 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);
H A DEventRepository.php371 private function getFirstLastEventName(string $direction): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository
391 return $this->getFirstLastEventName(self::SORT_ASC);
399 return $this->getFirstLastEventName(self::SORT_DESC);