Searched refs:IFetcherSource (Results 1 – 8 of 8) sorted by relevance
8 interface IFetcherSource extends IFetcher interface
10 abstract class IFetcherLocalImage extends FetcherImage implements IFetcherSource
11 class FetcherRawLocalPath extends IFetcherAbs implements IFetcherPath, IFetcherSource
70 if (!($fetcher instanceof IFetcherSource)) {
58 … public static function renderCacheAndLog(IFetcherSource $fetcher, string $event, string $message)
12 class FetcherPage extends IFetcherAbs implements IFetcherSource, IFetcherString
889 if ($this->fetcher instanceof IFetcherSource) {
41 class FetcherMarkup extends IFetcherAbs implements IFetcherSource, IFetcherString