Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DFamilyDatesRepository.php369 private function getFirstLastEventPlace(string $type, string $operation): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyDatesRepository
394 return $this->getFirstLastEventPlace(self::EVENT_BIRTH, self::SORT_MIN);
402 return $this->getFirstLastEventPlace(self::EVENT_BIRTH, self::SORT_MAX);
410 return $this->getFirstLastEventPlace(self::EVENT_DEATH, self::SORT_MIN);
418 return $this->getFirstLastEventPlace(self::EVENT_DEATH, self::SORT_MAX);
426 return $this->getFirstLastEventPlace(self::EVENT_MARRIAGE, self::SORT_MIN);
434 return $this->getFirstLastEventPlace(self::EVENT_MARRIAGE, self::SORT_MAX);
442 return $this->getFirstLastEventPlace(self::EVENT_DIVORCE, self::SORT_MIN);
450 return $this->getFirstLastEventPlace(self::EVENT_DIVORCE, self::SORT_MAX);
H A DEventRepository.php409 private function getFirstLastEventPlace(string $direction): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository
434 return $this->getFirstLastEventPlace(self::SORT_ASC);
442 return $this->getFirstLastEventPlace(self::SORT_DESC);