Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php23 use Fisharebest\Webtrees\Contracts\CalendarDateFactoryInterface; alias
58 private static CalendarDateFactoryInterface $calendar_date_factory;
131 * @param CalendarDateFactoryInterface|null $factory
133 * @return CalendarDateFactoryInterface
135 …static function calendarDateFactory(CalendarDateFactoryInterface|null $factory = null): CalendarDa…
137 if ($factory instanceof CalendarDateFactoryInterface) {
/webtrees/app/Factories/
H A DCalendarDateFactory.php23 use Fisharebest\Webtrees\Contracts\CalendarDateFactoryInterface; alias
37 class CalendarDateFactory implements CalendarDateFactoryInterface
/webtrees/app/Contracts/
H A DCalendarDateFactoryInterface.php27 interface CalendarDateFactoryInterface interface