Searched refs:IFetcherPath (Results 1 – 5 of 5) sorted by relevance
16 * @return IFetcherPath21 public static function createPathFetcherFromUrl(Url $fetchUrl): IFetcherPath27 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherPath::class);33 * @var IFetcherPath $fetcher
12 interface IFetcherPath extends IFetcher interface
11 class FetcherRawLocalPath extends IFetcherAbs implements IFetcherPath, IFetcherSource
22 abstract class FetcherImage extends IFetcherAbs implements IFetcherPath
756 public function createPathMainFetcherFromUrl(Url $fetchUrl): IFetcherPath