Searched refs:fetchers (Results 1 – 13 of 13) sorted by relevance
27 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherPath::class);31 foreach ($fetchers as $fetcher) {83 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherString::class);87 foreach ($fetchers as $fetcher) {
10 $pipeline->fetchers = array(new MyFetcherMemory('32 $pipeline->fetchers = array(new MyFetcherMemory('
6 $pipeline->fetchers = array(new MyFetcherMemory($html, realpath(dirname(__FILE__))),
8 $pipeline->fetchers = array(new MyFetcherMemory($html, ""));
5 $pipeline->fetchers[] = new FetcherURL();
20 $pipeline->fetchers[] = new FetcherURL();
287 var $fetchers; variable in Pipeline351 array_unshift($this->fetchers, $fetcher);928 if (count($this->fetchers) == 0) { 939 for ($i=0; $i<count($this->fetchers); $i++) {940 $data = $this->fetchers[$i]->get_data($data_id);943 $this->push_base_url($this->fetchers[$i]->get_base_url());1016 for ($i=0; $i<count($this->fetchers); $i++) {1017 $message .= $this->fetchers[$i]->error_message();
462 fetchers work
31 $pipeline->fetchers[] = new FetcherURL;
59 $pipeline->fetchers[] = new MyFetcherLocalFile($path_to_html);
79 $pipeline->fetchers[] = new MyFetcherMemory($html, $base_path);
79 $pipeline->fetchers[] = new MyFetcherLocalFile();
210 $pipeline->fetchers[] = new FetcherUrl();