Searched refs:CalendarDateFactoryInterface (Results 1 – 3 of 3) sorted by relevance
23 use Fisharebest\Webtrees\Contracts\CalendarDateFactoryInterface; alias58 private static CalendarDateFactoryInterface $calendar_date_factory;131 * @param CalendarDateFactoryInterface|null $factory133 * @return CalendarDateFactoryInterface135 …static function calendarDateFactory(CalendarDateFactoryInterface|null $factory = null): CalendarDa…137 if ($factory instanceof CalendarDateFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\CalendarDateFactoryInterface; alias37 class CalendarDateFactory implements CalendarDateFactoryInterface
27 interface CalendarDateFactoryInterface interface