Searched refs:IdFactoryInterface (Results 1 – 3 of 3) sorted by relevance
31 use Fisharebest\Webtrees\Contracts\IdFactoryInterface; alias74 private static IdFactoryInterface $id_factory;259 * @param IdFactoryInterface|null $factory261 * @return IdFactoryInterface263 public static function idFactory(IdFactoryInterface|null $factory = null): IdFactoryInterface265 if ($factory instanceof IdFactoryInterface) {
22 use Fisharebest\Webtrees\Contracts\IdFactoryInterface; alias37 class IdFactory implements IdFactoryInterface
25 interface IdFactoryInterface interface