Searched refs:TimeFactoryInterface (Results 1 – 4 of 4) sorted by relevance
22 use Fisharebest\Webtrees\Contracts\TimeFactoryInterface; alias86 $time_factory = $this->createMock(TimeFactoryInterface::class);104 $time_factory = $this->createMock(TimeFactoryInterface::class);117 $time_factory = $this->createMock(TimeFactoryInterface::class);130 $time_factory = $this->createMock(TimeFactoryInterface::class);
47 use Fisharebest\Webtrees\Contracts\TimeFactoryInterface; alias106 private static TimeFactoryInterface $time_factory;515 * @param TimeFactoryInterface|null $factory517 * @return TimeFactoryInterface519 …public static function timeFactory(TimeFactoryInterface|null $factory = null): TimeFactoryInterface521 if ($factory instanceof TimeFactoryInterface) {
22 use Fisharebest\Webtrees\Contracts\TimeFactoryInterface; alias29 class TimeFactory implements TimeFactoryInterface
25 interface TimeFactoryInterface interface