X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fsource%2Furls%2Fclass_CrawlerFoundRssUrlSource.php;h=cad4691e7f38f37fcc9459bda498348a8e97d4d1;hp=d77847c2cd758311ba2e1f95573d7065138721c6;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hpb=e114e388919e50f3ca5edcab4ef10fdd84297842 diff --git a/application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php b/application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php index d77847c2c..cad4691e7 100644 --- a/application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php +++ b/application/hub/main/source/urls/class_CrawlerFoundRssUrlSource.php @@ -49,18 +49,12 @@ class CrawlerFoundRssUrlSource extends BaseUrlSource implements UrlSource, Regis } /** - * Processes entries in the stack. + * Fills the URL stack with new entries from source * * @return void - * @todo ~10% done + * @todo 0% done */ - public function processStack () { - // Does the stack have some entries left? - if ($this->isUrlStackEmpty()) { - // Nothing to handle here - return; - } // END - if - + public function fillUrlStack () { $this->partialStub('Please implement this method.'); } }