Searched refs:FilesystemFactoryInterface (Results 1 – 3 of 3) sorted by relevance
28 use Fisharebest\Webtrees\Contracts\FilesystemFactoryInterface; alias68 private static FilesystemFactoryInterface $filesystem_factory;211 * @param FilesystemFactoryInterface|null $factory213 * @return FilesystemFactoryInterface215 …public static function filesystem(FilesystemFactoryInterface|null $factory = null): FilesystemFact…217 if ($factory instanceof FilesystemFactoryInterface) {
22 use Fisharebest\Webtrees\Contracts\FilesystemFactoryInterface; alias36 class FilesystemFactory implements FilesystemFactoryInterface
27 interface FilesystemFactoryInterface interface