Home
last modified time | relevance | path

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

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