Home
last modified time | relevance | path

Searched refs:fetcherName (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherSystem.php25 $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)");
H A DIFetcherAbs.php84 $fetcherName = $this->getFetcherName();
85 $url->setQueryParameter(IFetcher::FETCHER_KEY, $fetcherName);
/template/strap/action/
H A Ddocustom.php50 public static function getDoParameterValue(string $fetcherName): string argument
52 return self::DO_PREFIX . $fetcherName;
176 $fetcherName = $this->getFetcherNameFromAction($action);
178 ->addQueryParameter(IFetcher::FETCHER_KEY, $fetcherName);