]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/urls/class_CrawlerRssStartUrlSource.php
Continued with crawler:
[hub.git] / application / hub / main / source / urls / class_CrawlerRssStartUrlSource.php
index e955d027f2f93209024ea05c060556278b8ad09a..ef6ade1bd02e78eaee16ff28e1bf9c74ad7e5b2d 100644 (file)
@@ -49,18 +49,12 @@ class CrawlerRssStartUrlSource 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.');
        }
 }