Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DCalendarEvents.php206 echo $this->calendarListText($cal_facts[0], $tree);
240 echo $this->calendarListText($cal_facts[$d], $tree);
259 private function calendarListText(array $list, Tree $tree): string function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\CalendarEvents