Searched refs:IFetcher (Results 1 – 20 of 20) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | IFetcher.php | 40 interface IFetcher interface 88 * @return IFetcher 90 public function buildFromUrl(Url $url): IFetcher; 94 * @return IFetcher 96 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher; 121 * @return IFetcher - process and feed the cache 124 public function process(): IFetcher;
|
| H A D | IFetcherAbs.php | 17 abstract class IFetcherAbs implements IFetcher 74 $url->setQueryParameter(IFetcher::CACHE_BUSTER_KEY, $buster); 85 $url->setQueryParameter(IFetcher::FETCHER_KEY, $fetcherName); 94 public function buildFromUrl(Url $url): IFetcher 110 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher 197 public function setRequestedUrlFragment(string $urlFragment): IFetcher 221 public function process(): IFetcher
|
| H A D | FetcherCache.php | 28 private IFetcher $fetcher; 32 * @param IFetcher $fetcher 37 public function __construct(IFetcher $fetcher, array $keys = []) 53 * @param IFetcher $fetch 57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache
|
| H A D | FetcherTraitWikiPath.php | 30 * @return IFetcher 32 public function setSourcePath(WikiPath $path): IFetcher 40 * @return IFetcher 46 public function buildOriginalPathFromTagAttributes(TagAttributes $tagAttributes): IFetcher
|
| H A D | FetcherSystem.php | 25 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY); 79 $fetcherName = $fetchUrl->getQueryPropertyValue(IFetcher::FETCHER_KEY);
|
| H A D | IFetcherString.php | 9 interface IFetcherString extends IFetcher
|
| H A D | IFetcherSource.php | 8 interface IFetcherSource extends IFetcher
|
| H A D | IFetcherPath.php | 12 interface IFetcherPath extends IFetcher
|
| H A D | MediaMarkup.php | 107 private IFetcher $fetcher; 176 public static function createFromFetcher(IFetcher $fetcher): MediaMarkup 899 * @param IFetcher $fetcher 902 private function setFetcher(IFetcher $fetcher): MediaMarkup 910 * @return IFetcher 912 public function getFetcher(): IFetcher
|
| H A D | FetcherPageSearch.php | 88 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher
|
| H A D | FetcherPage.php | 93 $url->deleteQueryParameter(IFetcher::FETCHER_KEY); 104 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher
|
| H A D | CacheLog.php | 28 …public static function deleteCacheIfExistsAndLog(IFetcher $fetcher, string $event, string $message)
|
| H A D | FetcherMarkupWebcode.php | 66 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher
|
| H A D | FetcherAppPages.php | 274 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher
|
| H A D | ExecutionContext.php | 142 * @var IFetcher - the fetcher that takes into account the HTTP request 144 private IFetcher $executingMainFetcher;
|
| H A D | FetcherRailBar.php | 65 public function buildFromTagAttributes(TagAttributes $tagAttributes): IFetcher
|
| /template/strap/action/ |
| H A D | staticresource.php | 12 use ComboStrap\IFetcher; alias 82 $fetcher = $_GET[IFetcher::FETCHER_KEY] ?? null; 181 $busterKey = $_GET[IFetcher::CACHE_BUSTER_KEY] ?? null; 399 if (in_array($key, ["media", "tok", IFetcher::CACHE_BUSTER_KEY])) {
|
| H A D | cache.php | 9 use ComboStrap\IFetcher; alias 128 if (isset($_REQUEST[IFetcher::CACHE_BUSTER_KEY])) {
|
| H A D | docustom.php | 13 use ComboStrap\IFetcher; alias 178 ->addQueryParameter(IFetcher::FETCHER_KEY, $fetcherName);
|
| /template/strap/ComboStrap/Api/ |
| H A D | ApiRouter.php | 11 use ComboStrap\IFetcher; alias 46 if ($call !== self::AJAX_CALL_VALUE && !$fetchUrl->hasProperty(IFetcher::FETCHER_KEY)) {
|