Lines Matching refs:fetchUrl
15 * @param Url $fetchUrl
21 public static function createPathFetcherFromUrl(Url $fetchUrl): IFetcherPath argument
25 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);
36 $fetcher->buildFromUrl($fetchUrl);
46 $fetchDoku = FetcherRawLocalPath::createLocalFromFetchUrl($fetchUrl);
49 throw new ExceptionNotFound("No fetcher could be matched to the url ($fetchUrl)");
59 return FetcherSvg::createSvgFromFetchUrl($fetchUrl);
62 return FetcherRaster::createRasterFromFetchUrl($fetchUrl);
75 public static function createFetcherStringFromUrl(Url $fetchUrl): IFetcherString argument
79 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);
93 $fetcher->buildFromUrl($fetchUrl);