Searched refs:getFirstLastEvent (Results 1 – 2 of 2) sorted by relevance
104 private function getFirstLastEvent(string $type, string $operation): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyDatesRepository127 return $this->getFirstLastEvent(self::EVENT_BIRTH, self::SORT_MIN);135 return $this->getFirstLastEvent(self::EVENT_BIRTH, self::SORT_MAX);143 return $this->getFirstLastEvent(self::EVENT_DEATH, self::SORT_MIN);151 return $this->getFirstLastEvent(self::EVENT_DEATH, self::SORT_MAX);159 return $this->getFirstLastEvent(self::EVENT_MARRIAGE, self::SORT_MIN);167 return $this->getFirstLastEvent(self::EVENT_MARRIAGE, self::SORT_MAX);175 return $this->getFirstLastEvent(self::EVENT_DIVORCE, self::SORT_MIN);183 return $this->getFirstLastEvent(self::EVENT_DIVORCE, self::SORT_MAX);
249 private function getFirstLastEvent(string $direction): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository272 return $this->getFirstLastEvent(self::SORT_ASC);280 return $this->getFirstLastEvent(self::SORT_DESC);