Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php28 use Fisharebest\Webtrees\Contracts\FilesystemFactoryInterface; alias
68 private static FilesystemFactoryInterface $filesystem_factory;
211 * @param FilesystemFactoryInterface|null $factory
213 * @return FilesystemFactoryInterface
215 …public static function filesystem(FilesystemFactoryInterface|null $factory = null): FilesystemFact…
217 if ($factory instanceof FilesystemFactoryInterface) {
/webtrees/app/Factories/
H A DFilesystemFactory.php22 use Fisharebest\Webtrees\Contracts\FilesystemFactoryInterface; alias
36 class FilesystemFactory implements FilesystemFactoryInterface
/webtrees/app/Contracts/
H A DFilesystemFactoryInterface.php27 interface FilesystemFactoryInterface interface