Searched refs:fetcherName (Results 1 – 3 of 3) sorted by relevance
25 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);35 if ($fetcher->getFetcherName() === $fetcherName) {79 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);92 if ($fetcher->getFetcherName() === $fetcherName) {97 throw new ExceptionNotFound("No fetcher found with the name ($fetcherName)");
84 $fetcherName = $this->getFetcherName();85 $url->setQueryParameter(IFetcher::FETCHER_KEY, $fetcherName);
50 public static function getDoParameterValue(string $fetcherName): string argument52 return self::DO_PREFIX . $fetcherName;176 $fetcherName = $this->getFetcherNameFromAction($action);178 ->addQueryParameter(IFetcher::FETCHER_KEY, $fetcherName);