Searched refs:getFirstLastEventPlace (Results 1 – 2 of 2) sorted by relevance
369 private function getFirstLastEventPlace(string $type, string $operation): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyDatesRepository394 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);
409 private function getFirstLastEventPlace(string $direction): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository434 return $this->getFirstLastEventPlace(self::SORT_ASC);442 return $this->getFirstLastEventPlace(self::SORT_DESC);