Home
last modified time | relevance | path

Searched refs:IFetcherPath (Results 1 – 5 of 5) sorted by relevance

/template/strap/ComboStrap/
DFetcherSystem.php16 * @return IFetcherPath
21 public static function createPathFetcherFromUrl(Url $fetchUrl): IFetcherPath
27 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherPath::class);
33 * @var IFetcherPath $fetcher
DIFetcherPath.php12 interface IFetcherPath extends IFetcher interface
DFetcherRawLocalPath.php11 class FetcherRawLocalPath extends IFetcherAbs implements IFetcherPath, IFetcherSource
DFetcherImage.php22 abstract class FetcherImage extends IFetcherAbs implements IFetcherPath
DExecutionContext.php756 public function createPathMainFetcherFromUrl(Url $fetchUrl): IFetcherPath