Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DEventRepository.php52 private const SORT_DESC = 'DESC'; define in Fisharebest\\Webtrees\\Statistics\\Repository\\EventRepository
280 return $this->getFirstLastEvent(self::SORT_DESC);
319 return $this->getFirstLastEventYear(self::SORT_DESC);
361 return $this->getFirstLastEventType(self::SORT_DESC);
399 return $this->getFirstLastEventName(self::SORT_DESC);
442 return $this->getFirstLastEventPlace(self::SORT_DESC);