Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DCalendarPage.php25 use Fisharebest\Webtrees\Services\CalendarService; alias
38 private CalendarService $calendar_service;
41 * @param CalendarService $calendar_service
43 public function __construct(CalendarService $calendar_service)
H A DCalendarEvents.php34 use Fisharebest\Webtrees\Services\CalendarService; alias
58 private readonly CalendarService $calendar_service,
/webtrees/app/Module/
H A DUpcomingAnniversariesModule.php26 use Fisharebest\Webtrees\Services\CalendarService; alias
104 private CalendarService $calendar_service;
107 * @param CalendarService $calendar_service
109 public function __construct(CalendarService $calendar_service)
H A DOnThisDayModule.php26 use Fisharebest\Webtrees\Services\CalendarService; alias
123 $calendar_service = new CalendarService();
H A DYahrzeitModule.php28 use Fisharebest\Webtrees\Services\CalendarService; alias
88 $calendar_service = new CalendarService();
/webtrees/tests/app/Module/
H A DUpcomingAnniversariesModuleTest.php22 use Fisharebest\Webtrees\Services\CalendarService; alias
31 $calendar_service = $this->createMock(CalendarService::class);
/webtrees/tests/app/Services/
H A DCalendarServiceTest.php30 self::assertTrue(class_exists(CalendarService::class));
/webtrees/app/Services/
H A DCalendarService.php51 class CalendarService class
/webtrees/
H A Dphpstan-baseline.neon7873 path: app/Services/CalendarService.php
7879 path: app/Services/CalendarService.php
7885 path: app/Services/CalendarService.php
7891 path: app/Services/CalendarService.php
7897 path: app/Services/CalendarService.php
7903 path: app/Services/CalendarService.php
7909 path: app/Services/CalendarService.php
7915 path: app/Services/CalendarService.php
7921 path: app/Services/CalendarService.php
7927 path: app/Services/CalendarService.php
[all …]