Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php31 use Fisharebest\Webtrees\Contracts\IdFactoryInterface; alias
74 private static IdFactoryInterface $id_factory;
259 * @param IdFactoryInterface|null $factory
261 * @return IdFactoryInterface
263 public static function idFactory(IdFactoryInterface|null $factory = null): IdFactoryInterface
265 if ($factory instanceof IdFactoryInterface) {
/webtrees/app/Factories/
H A DIdFactory.php22 use Fisharebest\Webtrees\Contracts\IdFactoryInterface; alias
37 class IdFactory implements IdFactoryInterface
/webtrees/app/Contracts/
H A DIdFactoryInterface.php25 interface IdFactoryInterface interface