Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DOnThisDayModule.php146 …$facts = $calendar_service->getEventsList($startjd, $endjd, $events_filter, $filter, $sortStyle, $…
H A DUpcomingAnniversariesModule.php165 …$facts = $this->calendar_service->getEventsList($startjd, $endjd, $events_filter, $filter, $sortSt…
/webtrees/app/Services/
H A DCalendarService.php206 …public function getEventsList(int $jd1, int $jd2, string $events, bool $only_living, string $sort_… function in Fisharebest\\Webtrees\\Services\\CalendarService